Removeddebugging lines.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 27 Oct 2009 03:24:13 +0000 (03:24 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 27 Oct 2009 03:24:13 +0000 (03:24 +0000)
sfatables/xmlrule.py

index ea73a4f..9e06bbf 100644 (file)
@@ -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))