Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py')
-rw-r--r--patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py b/patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py
index dbf5a61..d3e8fce 100644
--- a/patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py
+++ b/patch_my_xo/semanticxo/usr/lib/python2.7/site-packages/semanticxo/replicationservice.py
@@ -30,7 +30,6 @@ class GraphReplicator(object):
# Get the list of contacts
contacts = addressbook.get_neighbours()
- print contacts
# Iterate through all of them
for host in contacts.itervalues():