We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fa8b0 commit 0012c5fCopy full SHA for 0012c5f
1 file changed
biojava-structure/src/test/java/org/biojava/nbio/structure/Test2JA5.java
@@ -26,8 +26,6 @@ public void test2JA5(){
26
27
try {
28
Structure s1 = StructureIO.getStructure("2ja5");
29
- //System.out.println(s1.getPDBCode() + " asym unit has nr atoms:");
30
- //System.out.println(StructureTools.getNrAtoms(s1));
31
32
assertTrue(StructureTools.getNrAtoms(s1) == 0);
33
@@ -37,7 +35,6 @@ public void test2JA5(){
37
35
38
36
nChain = s1.getChainByPDB("N");
39
} catch (StructureException e){
40
- //e.printStackTrace();
41
// this is expected here, since there is no chain N
42
}
43
assertNull(nChain);
0 commit comments