Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bjkreitz committed Dec 16, 2024
1 parent e6ef712 commit f143e9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rmgpy/data/kinetics/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -1681,11 +1681,6 @@ def is_molecule_forbidden(self, molecule):
for atom in molecule.atoms:
if atom.atomtype.label == 'Xv':
return True
# elif "surface" in self.label.lower():
# if molecule.get_num_atoms('X') > 1:
# for atom in molecule.atoms:
# if atom.atomtype.label == 'Xv':
# return True

return False

Expand Down

0 comments on commit f143e9e

Please sign in to comment.