mirror of https://github.com/apache/activemq.git
avoid println in the console output
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f70250834
commit
a45a7a3f1d
|
@ -382,7 +382,7 @@ public class StompTest extends CombinationTestSupport {
|
|||
frame = receiveFrame(10000);
|
||||
assertTrue(frame.startsWith("MESSAGE"));
|
||||
|
||||
System.out.println("out: "+frame);
|
||||
// System.out.println("out: "+frame);
|
||||
|
||||
frame =
|
||||
"DISCONNECT\n" +
|
||||
|
|
Loading…
Reference in New Issue