Remove redundant logs

Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/ae58e79e
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/ae58e79e
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/ae58e79e

Branch: refs/heads/master
Commit: ae58e79eff8b34c16e7ba9713738b85509e47ce7
Parents: d25552b
Author: hrzhang <[email protected]>
Authored: Thu Dec 7 15:22:27 2017 -0800
Committer: Junkai Xue <[email protected]>
Committed: Wed Jan 24 18:32:07 2018 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/helix/controller/HelixControllerMain.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/ae58e79e/helix-core/src/main/java/org/apache/helix/controller/HelixControllerMain.java
----------------------------------------------------------------------
diff --git 
a/helix-core/src/main/java/org/apache/helix/controller/HelixControllerMain.java 
b/helix-core/src/main/java/org/apache/helix/controller/HelixControllerMain.java
index 8d42c6e..5265c24 100644
--- 
a/helix-core/src/main/java/org/apache/helix/controller/HelixControllerMain.java
+++ 
b/helix-core/src/main/java/org/apache/helix/controller/HelixControllerMain.java
@@ -205,7 +205,6 @@ public class HelixControllerMain {
     controllerName = cmd.getOptionValue(name);
 
     // Espresso_driver.py will consume this
-    System.out.println("HARRY_DEBUG: starting HelixControllerMain");
     logger.info("Cluster manager started, zkServer: " + zkConnectString + ", 
clusterName:"
         + clusterName + ", controllerName:" + controllerName + ", mode:" + 
controllerMode);
 

Reply via email to