Removed debug print
This commit is contained in:
parent
1a82cac16f
commit
9373e66e29
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user