Skip to content

Commit b2e76e4

Browse files
committed
removed debug
1 parent 6f8d169 commit b2e76e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/nats/io/NatsServerRunnerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ private void connect(NatsServerRunner runner) throws IOException {
168168
i = (cr > 1) ? -1 : in.read();
169169
}
170170
in.close();
171-
System.out.println(sb.toString());
172171

173172
String sbs = sb.toString().trim();
174173
assertTrue(sbs.startsWith("INFO"));

0 commit comments

Comments
 (0)