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

remove print

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