Skip to content
Snippets Groups Projects
Commit 8651229a authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Removes a print that is unneeded

parent f16e6021
No related branches found
No related tags found
2 merge requests!3Version 0.2,!1Full rewrite
......@@ -65,7 +65,6 @@ class Community:
env = self.network.env
while True:
yield env.timeout(self.epoch)
print('epoch')
new = nx.Graph()
for node_a, node_b, start in self.graph.edges(data='start'):
......
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