Skip to content

Commit 9744346

Browse files
committed
remove println()
1 parent 391bed5 commit 9744346

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client-v2/src/main/java/com/clickhouse/client/api/internal/HttpAPIClientHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ public Exception readError(ClassicHttpResponse httpResponse) {
293293
int rBytes = body.read(buffer);
294294
if (rBytes == -1) {
295295
break;
296-
} else {
297-
System.out.println(new String(buffer, 0, rBytes, StandardCharsets.UTF_8));
298296
}
299297

300298
for (int i = 0; i < rBytes; i++) {

0 commit comments

Comments
 (0)