You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2011/11/16 21:24:30 UTC

svn commit: r1202875 - in /incubator/giraph/trunk: CHANGELOG src/main/java/org/apache/giraph/graph/LongDoubleFloatDoubleVertex.java

Author: aching
Date: Wed Nov 16 20:24:30 2011
New Revision: 1202875

URL: http://svn.apache.org/viewvc?rev=1202875&view=rev
Log:
GIRAPH-89: Remove debugging system.out from LongDoubleFloatDoubleVertex. 
(shaunak via aching)


Modified:
    incubator/giraph/trunk/CHANGELOG
    incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/LongDoubleFloatDoubleVertex.java

Modified: incubator/giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1202875&r1=1202874&r2=1202875&view=diff
==============================================================================
--- incubator/giraph/trunk/CHANGELOG (original)
+++ incubator/giraph/trunk/CHANGELOG Wed Nov 16 20:24:30 2011
@@ -2,6 +2,9 @@ Giraph Change Log
 
 Release 0.70.0 - unreleased
 
+  GIRAPH-89: Remove debugging system.out from LongDoubleFloatDoubleVertex. 
+  (shaunak via aching)
+
   GIRAPH-88: Message count not updated properly after GIRAPH-11. (aching)
 
   GIRAPH-70: Misspellings in PseudoRandomVertexInputFormat configuration

Modified: incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/LongDoubleFloatDoubleVertex.java
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/LongDoubleFloatDoubleVertex.java?rev=1202875&r1=1202874&r2=1202875&view=diff
==============================================================================
--- incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/LongDoubleFloatDoubleVertex.java (original)
+++ incubator/giraph/trunk/src/main/java/org/apache/giraph/graph/LongDoubleFloatDoubleVertex.java Wed Nov 16 20:24:30 2011
@@ -134,7 +134,6 @@ public abstract class LongDoubleFloatDou
 
     @Override
     public long getNumVertices() {
-        System.out.println("in getNumVertices!");
         return getGraphState().getNumVertices();
     }