Skip to content

Commit 0012c5f

Browse files
committed
cleanup
1 parent f3fa8b0 commit 0012c5f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • biojava-structure/src/test/java/org/biojava/nbio/structure

biojava-structure/src/test/java/org/biojava/nbio/structure/Test2JA5.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ public void test2JA5(){
2626

2727
try {
2828
Structure s1 = StructureIO.getStructure("2ja5");
29-
//System.out.println(s1.getPDBCode() + " asym unit has nr atoms:");
30-
//System.out.println(StructureTools.getNrAtoms(s1));
3129

3230
assertTrue(StructureTools.getNrAtoms(s1) == 0);
3331

@@ -37,7 +35,6 @@ public void test2JA5(){
3735
try {
3836
nChain = s1.getChainByPDB("N");
3937
} catch (StructureException e){
40-
//e.printStackTrace();
4138
// this is expected here, since there is no chain N
4239
}
4340
assertNull(nChain);

0 commit comments

Comments
 (0)