Removed debug print
This commit is contained in:
parent
1a82cac16f
commit
9373e66e29
@ -447,7 +447,6 @@ def getWeightForType(nodeType, edgeWeight=1):
|
|||||||
return w
|
return w
|
||||||
|
|
||||||
def printBestList(G, t='book', num=-1):
|
def printBestList(G, t='book', num=-1):
|
||||||
print(t)
|
|
||||||
bestlist = []
|
bestlist = []
|
||||||
for n in list(G.nodes):
|
for n in list(G.nodes):
|
||||||
node = G.nodes[n]
|
node = G.nodes[n]
|
||||||
|
Loading…
Reference in New Issue
Block a user