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:
Hiram R. Chirino 2006-10-25 15:56:36 +00:00
parent 4f70250834
commit a45a7a3f1d
1 changed files with 1 additions and 1 deletions

View File

@ -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" +