Tweaks to xmlrule and exec.py
[sfa.git] / sfatables / xmlrule.py
index 9c43e0f..92a06e2 100644 (file)
@@ -41,8 +41,6 @@ class XMLRule:
         return stylesheet_result
 
     def match(self, rspec):
-        import pdb
-        pdb.set_trace()
         match_result = self.apply_processor('match',rspec,"//result/@verdict") 
         return (match_result=='True')