Removed Debug Print

This commit is contained in:
Dominik Moritz Roth 2022-02-06 21:31:02 +01:00
parent 51f80e0867
commit 7c1585120e

View File

@ -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]