Skip to content

Commit

Permalink
Remove debug print and early return
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed May 3, 2024
1 parent 677ddb5 commit a775107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions varvamp/scripts/scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def construct_graph(nodes, init_graph):
graph[node] = {}

graph.update(init_graph)
print(graph)
return graph
for node, neighbors in graph.items():
for neighbor in neighbors.keys():
if graph[neighbor].get(node, False) is False:
Expand Down

0 comments on commit a775107

Please sign in to comment.