From: Sapan Bhatia Date: Mon, 26 Oct 2009 19:48:11 +0000 (+0000) Subject: Removed a debugging statement X-Git-Tag: sfa-0.9-6~104 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=56c83fbbe57587bc321f73b1ca31cc3d592a707e Removed a debugging statement --- diff --git a/sfatables/commands/List.py b/sfatables/commands/List.py index 86d52a22..95d20381 100644 --- a/sfatables/commands/List.py +++ b/sfatables/commands/List.py @@ -28,7 +28,6 @@ class List(Command): value_nodes = p.xpathEval("//rule/argument[value!='']/value") element_nodes = p.xpathEval("//argument[value!='']/parent::rule/@element") - print element_nodes, type, xmlextension_path if (len(element_nodes)>1): raise Exception("Invalid rule %s contains multiple elements."%xmlextension_path)