Skip to content
Snippets Groups Projects
Commit c46fb389 authored by owenw2's avatar owenw2
Browse files

removed more prints

parent b0562eed
No related branches found
No related tags found
No related merge requests found
......@@ -59,14 +59,14 @@ def handle_failure(node_name):
with mutex_lock:
if node_name in connections:
del connections[node_name]
print(connections)
# print(connections)
while not pq.empty():
print(pq.get())
NUM_RELATIONS -= 1
print(f"Handling failure of {node_name}. System should continue operating.")
# print(f"Handling failure of {node_name}. System should continue operating.")
def create_node(node: Tuple[str, str, int], nodes: List[Tuple[str, str, int]]):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment