diff --git a/biosim_extractor/mdanalysis/toptraj.py b/biosim_extractor/mdanalysis/toptraj.py index 69b1a4d..e9155dc 100644 --- a/biosim_extractor/mdanalysis/toptraj.py +++ b/biosim_extractor/mdanalysis/toptraj.py @@ -317,7 +317,6 @@ def _find_molecule_IDs(self): continue else: for field, func in SEQUENCE_AUTO_EXTRACT.items(): - print("***") key = field if callable(func): result = func(fragment)