Skip to content

Commit e4aa5bf

Browse files
Marcus LinkeKostyaSha
authored andcommitted
Remove debug println
1 parent a5d81b7 commit e4aa5bf

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)