Skip to content

Commit 4546dc2

Browse files
committed
remove comments
1 parent e101b65 commit 4546dc2

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
@@ -1542,11 +1542,6 @@ def is_molecule_forbidden(self, molecule):
15421542
for atom in molecule.atoms:
15431543
if atom.atomtype.label == 'Xv':
15441544
return True
1545-
# elif "surface" in self.label.lower():
1546-
# if molecule.get_num_atoms('X') > 1:
1547-
# for atom in molecule.atoms:
1548-
# if atom.atomtype.label == 'Xv':
1549-
# return True
15501545

15511546
return False
15521547

0 commit comments

Comments
 (0)