We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8b097 commit 4688f2aCopy full SHA for 4688f2a
src/main/java/com/rabbitmq/client/impl/AMQChannel.java
@@ -238,7 +238,6 @@ private AMQCommand privateRpc(Method m)
238
// until the connection's reader-thread throws the reply over
239
// the fence or the RPC times out (if enabled)
240
if(_rpcTimeout == NO_RPC_TIMEOUT) {
241
- System.out.println("passe");
242
return k.getReply();
243
} else {
244
try {
0 commit comments