From 7c1585120eca36d30040760a499f8b6cddaaa884 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 6 Feb 2022 21:31:02 +0100 Subject: [PATCH] Removed Debug Print --- caliGraph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/caliGraph.py b/caliGraph.py index 701a509..c9031ca 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -447,7 +447,6 @@ def getWeightForType(nodeType, edgeWeight=1): return w def printBestList(G, t='book', num=-1): - print(t) bestlist = [] for n in list(G.nodes): node = G.nodes[n]