X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fxmlrule.py;h=52bea31e8c4fb46e7306fb5d3803a8d570e88170;hb=b436db52dc72f2c2e0f271b4d164f477c7672845;hp=ea73a4f1f158512cd3ea38522419c17f52a30797;hpb=02ad775013d04ed357b4af502757134ebf888365;p=sfa.git diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index ea73a4f1..52bea31e 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -84,11 +84,10 @@ class XMLRule: # then target(target_args, rspec) # else rspec + import pdb if (self.match(rspec)): - print "Matched!" return (True,self.wrap_up(self.target(rspec))) else: - print "Not Matched!" return (False,self.wrap_up(rspec))