summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/soledad_sync.py b/soledad_sync.py
index 63beb87..1cc22a3 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -48,5 +48,8 @@ def upload_soledad_stuff():
for i in range(NUM_DOCS):
cd.append(s.create_doc({'payload': payload}))
d1 = defer.gatherResults(cd)
- d1.addCallback(do_sync)
+
+ # XXX nuking out the actual sync
+ #d1.addCallback(do_sync)
+
return d1