Skip to content

Commit 51de18c

Browse files
author
Ryan
committed
removed system.out.
1 parent ece70a9 commit 51de18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/com/mongodb/SecondaryLoadBalanceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ public void testEqualLoadBalance() throws Exception {
6666
counters.get(addr.getHost()).incrementAndGet();
6767
}
6868

69-
System.out.println("---- node count: " + nodes.size());
69+
//System.out.println("---- node count: " + nodes.size());
7070

7171
for (final String host : counters.keySet()) {
72-
System.out.println(host + " : " + counters.get(host).get());
72+
//System.out.println(host + " : " + counters.get(host).get());
7373
assertEquals(true, counters.get(host).get() > 0);
7474
}
7575
}

0 commit comments

Comments
 (0)