From 68bf48304dfe65359d635a9885a645fa3dccc279 Mon Sep 17 00:00:00 2001 From: Bjarne Kreitz Date: Wed, 17 Jul 2024 09:04:17 -0400 Subject: [PATCH] remove comments --- rmgpy/data/kinetics/family.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rmgpy/data/kinetics/family.py b/rmgpy/data/kinetics/family.py index 9a2a9e1556..dd94fba614 100644 --- a/rmgpy/data/kinetics/family.py +++ b/rmgpy/data/kinetics/family.py @@ -1542,11 +1542,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