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"));
     }
 
     /**


Reply via email to