Skip to content

Commit c425f91

Browse files
committed
Remove test logspam
1 parent 9ae1b4d commit c425f91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/io/ipfs/api/APITest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,8 @@ public void swarmTest() throws IOException {
686686
@Test
687687
public void bootstrapTest() throws IOException {
688688
List<MultiAddress> bootstrap = ipfs.bootstrap.list();
689-
System.out.println(bootstrap);
690689
List<MultiAddress> rm = ipfs.bootstrap.rm(bootstrap.get(0), false);
691690
List<MultiAddress> add = ipfs.bootstrap.add(bootstrap.get(0));
692-
System.out.println();
693691
}
694692

695693
@Test

0 commit comments

Comments
 (0)