Removed Debug Print
This commit is contained in:
parent
51f80e0867
commit
7c1585120e
@ -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