Skip to content

Commit 44bba4b

Browse files
author
Simon MacMullen
committed
Remove println
1 parent ca4b9cd commit 44bba4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/com/rabbitmq/client/test/functional/ExceptionMessages.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public void testAlreadyClosedExceptionMessageWithCleanClose() throws IOException
3131
channel.close();
3232
channel.queueDeclare(uuid, false, false, false, null);
3333
} catch (AlreadyClosedException ace) {
34-
System.out.println(ace.getMessage());
3534
assertTrue(ace.getMessage().startsWith("channel is already closed due to clean channel shutdown"));
3635
}
3736
}

0 commit comments

Comments
 (0)