From fbb6b0ddd1f83fd68dd37f99c26eaf4992274c38 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 19 Jun 2026 21:56:22 +0100 Subject: [PATCH 1/2] remove debug print --- biosim_extractor/mdanalysis/toptraj.py | 1 - 1 file changed, 1 deletion(-) 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) From c7b48cfea789adbe10a4a6e0622d3fc08f873bb9 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 19 Jun 2026 21:56:22 +0100 Subject: [PATCH 2/2] remove debug print --- biosim_extractor/mdanalysis/toptraj.py | 1 - 1 file changed, 1 deletion(-) 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)