changeset 41:9eadb97a2e98

Comment out debugging.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 05 Jul 2016 14:11:26 +0300
parents 56558cd6d035
children ac949d2b268a
files multimerge.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/multimerge.py	Tue Jul 05 14:11:04 2016 +0300
+++ b/multimerge.py	Tue Jul 05 14:11:26 2016 +0300
@@ -420,7 +420,7 @@
     # Does the event exist already in the target?
     if event["gcm_id"] in dst_gcm_ids:
         ## Yes. Thus, we just update the event.
-        print "IS in dst_gcm_ids: "+ event["id"] +" : "+ event["gcm_id"]
+        #print "IS in dst_gcm_ids: "+ event["id"] +" : "+ event["gcm_id"]
         # Check if event NEEDS updating .. aka compare data
         #d_event = gcm_get_event_by_gcm_id(dst_events, event["gcm_id"])
         #if d_event and gcm_compare_events(event, d_event):