summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'):