Skip to content

Commit e37f279

Browse files
authored
Delete print line (#8687)
1 parent 2623e84 commit e37f279

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/socket-utils/src/main/java17/datadog/common/socket/TunnelingJdkSocket.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ public int read(byte[] b, int off, int len) throws IOException {
217217

218218
int readyChannels = selector.select(timeout);
219219
if (readyChannels == 0) {
220-
System.out.println("Timeout (" + timeout + "ms) while waiting for data.");
221220
return 0;
222221
}
223222

0 commit comments

Comments
 (0)