You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/05/09 13:29:53 UTC

svn commit: r1336101 - /incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/Counters.java

Author: edwardyoon
Date: Wed May  9 11:29:52 2012
New Revision: 1336101

URL: http://svn.apache.org/viewvc?rev=1336101&view=rev
Log:
Commenting useless logging.

Modified:
    incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/Counters.java

Modified: incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/Counters.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/Counters.java?rev=1336101&r1=1336100&r2=1336101&view=diff
==============================================================================
--- incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/Counters.java (original)
+++ incubator/hama/trunk/core/src/main/java/org/apache/hama/bsp/Counters.java Wed May  9 11:29:52 2012
@@ -220,8 +220,8 @@ public class Counters implements Writabl
       }
       this.groupName = groupName;
       this.displayName = localize("CounterGroupName", groupName);
-      LOG.debug("Creating group " + groupName + " with "
-          + (bundle == null ? "nothing" : "bundle"));
+      //LOG.debug("Creating group " + groupName + " with "
+      //   + (bundle == null ? "nothing" : "bundle"));
     }
 
     /**