X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;h=92a06e24d237ba4261a7c3a518dd226b164929ea;hb=427d09b2cb255c2e8acfb1db8a3d2d35a783b7ae;hp=9c43e0f8765a0bdb9ed157f084519057369a747c;hpb=87a26ab8c886fe2fb856b1ebdf035577260b2898;p=sfa.git diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index 9c43e0f8..92a06e24 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -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')