Skip to content

Commit f143e9e

Browse files
committed
remove comments
1 parent e6ef712 commit f143e9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rmgpy/data/kinetics/family.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,11 +1681,6 @@ def is_molecule_forbidden(self, molecule):
16811681
for atom in molecule.atoms:
16821682
if atom.atomtype.label == 'Xv':
16831683
return True
1684-
# elif "surface" in self.label.lower():
1685-
# if molecule.get_num_atoms('X') > 1:
1686-
# for atom in molecule.atoms:
1687-
# if atom.atomtype.label == 'Xv':
1688-
# return True
16891684

16901685
return False
16911686

0 commit comments

Comments
 (0)