diff --git a/surface_analyses/pdb.py b/surface_analyses/pdb.py index c427d57..61aa7d3 100644 --- a/surface_analyses/pdb.py +++ b/surface_analyses/pdb.py @@ -145,7 +145,6 @@ def atomic_number(self): @property def atom_type(self): - print(self) if self._atom_type is not None: return self._atom_type if self._is_n_terminal_n():