Skip to content

Commit 4688f2a

Browse files
committed
Remove a sysout
1 parent 4d8b097 commit 4688f2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rabbitmq/client/impl/AMQChannel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ private AMQCommand privateRpc(Method m)
238238
// until the connection's reader-thread throws the reply over
239239
// the fence or the RPC times out (if enabled)
240240
if(_rpcTimeout == NO_RPC_TIMEOUT) {
241-
System.out.println("passe");
242241
return k.getReply();
243242
} else {
244243
try {

0 commit comments

Comments
 (0)