Skip to content

Commit bb8cc93

Browse files
committed
Merge pull request docker-java#478 from KostyaSha/backportFixDebug
Remove debug println
2 parents a5d81b7 + e4aa5bf commit bb8cc93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/dockerjava/core/command/ExecStartResultCallback.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public void onNext(Frame frame) {
3737
case STDOUT:
3838
case RAW:
3939
if (stdout != null) {
40-
System.err.println(new String(frame.getPayload()));
4140
stdout.write(frame.getPayload());
4241
stdout.flush();
4342
}

0 commit comments

Comments
 (0)