summaryrefslogtreecommitdiffstats
path: root/lib.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-26 15:19:26 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-26 15:19:26 +0200
commitd304639d6fb81be40da18fd0d8165e85294da3a9 (patch)
tree3d346bd54684e3d4a4fcab6983908f8af33dd1d6 /lib.py
parent31e6b9775cdc3e84c4fe2ecf96c2897e8946cbf0 (diff)
downloadcluster-overview-d304639d6fb81be40da18fd0d8165e85294da3a9.tar.gz
cluster-overview-d304639d6fb81be40da18fd0d8165e85294da3a9.tar.xz
cluster-overview-d304639d6fb81be40da18fd0d8165e85294da3a9.zip
Lib: remove unnecessary debug printout
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'lib.py')
-rw-r--r--lib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib.py b/lib.py
index 4bd3fc1..18e57e4 100644
--- a/lib.py
+++ b/lib.py
@@ -154,7 +154,6 @@ def xdot_graph(*args, **kwargs):
if element is None or not element.url:
return False
# create the resulting markup
- print element.url
cls = REGISTRY[element.url.split('class://', 1)[1]]
markup = ""
if hasattr(cls, 'summary'):