Skip to content

Commit 8d072b8

Browse files
committed
remove pmd violate system.out.println which violates
1 parent 9079124 commit 8d072b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/lmdbjava/TxnTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ public void rangeSearch() {
296296
keysFound.add(UTF_8.decode(kv.key()).toString());
297297
}
298298

299-
System.out.println(keysFound);
300299
assertEquals(3, keysFound.size());
301300

302301
}

0 commit comments

Comments
 (0)