Copy attributes in addition of internal tags.
[sfa.git] / sfatables / xmlrule.py
index ea73a4f..52bea31 100644 (file)
@@ -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))