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]