Skip to content

Commit eeadc2f

Browse files
author
Sebastian Bittrich
committed
removes sout
1 parent 818354e commit eeadc2f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

biojava-structure/src/main/java/org/biojava/nbio/structure/io/cif/CifFileConsumerImpl.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,15 +1110,6 @@ public void finish() {
11101110
SeqRes2AtomAligner.storeUnAlignedSeqRes(structure, seqResChains, params.isHeaderOnly());
11111111
}
11121112

1113-
structure.getChains()
1114-
.stream()
1115-
.map(Chain::getAtomGroups)
1116-
.flatMap(Collection::stream)
1117-
.filter(Group::hasAltLoc)
1118-
.map(Group::getAltLocs)
1119-
.flatMap(Collection::stream)
1120-
.forEach(System.out::println);
1121-
11221113
// Now make sure all altlocgroups have all the atoms in all the groups
11231114
StructureTools.cleanUpAltLocs(structure);
11241115

0 commit comments

Comments
 (0)