This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch feature/GEODE-5013
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-5013 by this 
push:
     new 2c156b2  removing one more debug sysout statement
2c156b2 is described below

commit 2c156b297358aa1809b31a17436d78ca1a449d32
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Wed Mar 13 14:33:18 2019 -0700

    removing one more debug sysout statement
---
 .../java/org/apache/geode/management/internal/cli/HeadlessGfsh.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/geode-dunit/src/main/java/org/apache/geode/management/internal/cli/HeadlessGfsh.java
 
b/geode-dunit/src/main/java/org/apache/geode/management/internal/cli/HeadlessGfsh.java
index 3db97f9..f395e36 100644
--- 
a/geode-dunit/src/main/java/org/apache/geode/management/internal/cli/HeadlessGfsh.java
+++ 
b/geode-dunit/src/main/java/org/apache/geode/management/internal/cli/HeadlessGfsh.java
@@ -206,8 +206,6 @@ public class HeadlessGfsh implements ResultHandler {
     @Override
     protected void handleExecutionResult(Object result) {
       if (!result.equals(ERROR_RESULT)) {
-        System.out
-            .println("HeadlessGfsh.handleExecutionResult output is \"" + 
output.toString() + "\"");
         super.handleExecutionResult(result);
         handler.handleExecutionResult(result, output.toString());
         output.reset();

Reply via email to