From: Sapan Bhatia Date: Tue, 27 Oct 2009 03:24:13 +0000 (+0000) Subject: Removeddebugging lines. X-Git-Tag: sfa-0.9-6~99 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=8128f65be958a23b27f0c445d22e9bc82279e95b Removeddebugging lines. --- diff --git a/sfatables/xmlrule.py b/sfatables/xmlrule.py index ea73a4f1..9e06bbfc 100644 --- a/sfatables/xmlrule.py +++ b/sfatables/xmlrule.py @@ -85,10 +85,8 @@ class XMLRule: # else rspec if (self.match(rspec)): - print "Matched!" return (True,self.wrap_up(self.target(rspec))) else: - print "Not Matched!" return (False,self.wrap_up(rspec))