aboutsummaryrefslogtreecommitdiffstats
path: root/flywheel/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'flywheel/utils.py')
-rw-r--r--flywheel/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/flywheel/utils.py b/flywheel/utils.py
index c0386871..f9bbc0fe 100644
--- a/flywheel/utils.py
+++ b/flywheel/utils.py
@@ -125,7 +125,6 @@ class XML2Dict(object):
"""
result = re.compile("\{(.*)\}(.*)").search(tag)
if result:
- print tag
value.namespace, tag = result.groups()
return (tag, value)