Skip to content

Commit f6f6006

Browse files
Sannevietj
authored andcommitted
DB2 client: avoid System.out logging
1 parent 0679a02 commit f6f6006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vertx-db2-client/src/main/java/io/vertx/db2client/impl/codec/InitialHandshakeCommandCodec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ void decodePayload(ByteBuf payload, int payloadLength) {
115115
connectRequest.completeCommand();
116116

117117
int lenOfPayload = packet.writerIndex() - packetStartIdx;
118-
System.out.println("packet length: " + lenOfPayload);
119118
sendPacket(packet, lenOfPayload);
120119
status = ConnectionState.AUTHENTICATING;
121120
break;

0 commit comments

Comments
 (0)