X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fcommands%2FAdd.py;h=5064ee696af7cffbe36a732fe71a7e06a9cab73b;hb=1e0af3848c4a274cdb09d2c8f22b89b412031954;hp=26ba543bbcaf51cda9d5fc56e3a0fe344dacd69a;hpb=7181b50b1b5db23b0b9811156676617beb00a146;p=sfa.git diff --git a/sfatables/commands/Add.py b/sfatables/commands/Add.py index 26ba543b..5064ee69 100644 --- a/sfatables/commands/Add.py +++ b/sfatables/commands/Add.py @@ -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: