From d304639d6fb81be40da18fd0d8165e85294da3a9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 26 Sep 2013 15:19:26 +0200 Subject: Lib: remove unnecessary debug printout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib.py | 1 - 1 file changed, 1 deletion(-) 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'): -- cgit