Fixed the 'restrict to nodes' target.
[sfa.git] / sfatables / commands / Add.py
index 26ba543..5064ee6 100644 (file)
@@ -39,8 +39,6 @@ class Add(Command):
 
             if (hasattr(match_options,option_name)):
                 context = p.xpathEval("//rule/argument[name='%s']"%option_name)
-                import pdb
-                pdb.set_trace()
                 if (not context):
                     raise Exception('Unknown option %s for match %s'%(option,option['name']))
                 else: