Skip to content

Commit de35dd8

Browse files
committed
making output less verbose
1 parent 285583d commit de35dd8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

biojava-structure/src/test/java/org/biojava/nbio/structure/io/mmcif/TestParseInternalChainId.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public void test2I13() throws IOException, StructureException {
2525

2626
Structure s = cache.getStructure("2I13");
2727

28-
System.out.println(s);
29-
30-
3128
assertEquals(6, s.getPolyChains().size());
3229
assertEquals(15, s.getNonPolyChains().size());
3330
assertEquals(6, s.getWaterChains().size());
@@ -50,12 +47,10 @@ public void test2I13() throws IOException, StructureException {
5047
Chain[] proteinChains = new Chain[]{asymE,asymF};
5148

5249
for ( Chain c : proteinChains){
53-
System.out.println(c);
5450
assertNotNull("Chain is null!",c);
5551
}
5652

5753
for ( Chain c : nucleicChains){
58-
System.out.println(c);
5954
assertNotNull("Chain is null!", c);
6055
}
6156

0 commit comments

Comments
 (0)