Skip to content

Commit

Permalink
Remove debug code of the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Nov 29, 2024
1 parent fffac99 commit 43d0080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wwpdb/utils/nmr/NEFTranslator/NEFTranslator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7015,7 +7015,6 @@ def get_valid_star_atom_in_xplor(self, comp_id, atom_id, details=None, leave_unm

if atom_id[-1] in ('%', '*') and atom_id[-2] != "'" and self.__csStat.getTypeOfCompId(comp_id)[1]:
atom_id = translateToStdAtomName(atom_id[:-1], refCompId=comp_id, ccU=self.__ccU) + atom_id[-1]
print(atom_id)

if atom_id[0] in ('1', '2', '3'):
atom_list, ambiguity_code, details = self.get_valid_star_atom(comp_id, atom_id, details, leave_unmatched, methyl_only)
Expand Down

0 comments on commit 43d0080

Please sign in to comment.