Skip to content
Snippets Groups Projects
Commit fbcd63b0 authored by Stauros Kroustouris's avatar Stauros Kroustouris
Browse files

remove print

parent b85d9f67
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ import sys ...@@ -5,7 +5,6 @@ import sys
def populate_networks(): def populate_networks():
peers = Peer.objects.all() peers = Peer.objects.all()
for peer in peers: for peer in peers:
print peer
peer.fill_networks() peer.fill_networks()
if __name__ == "__main__": if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment