Removed debug print

This commit is contained in:
Dominik Moritz Roth 2022-02-06 18:38:07 +01:00
parent 1a82cac16f
commit 9373e66e29

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]