From 56c83fbbe57587bc321f73b1ca31cc3d592a707e Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 26 Oct 2009 19:48:11 +0000 Subject: [PATCH] Removed a debugging statement --- sfatables/commands/List.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0