# HG changeset patch # User Matti Hamalainen # Date 1467717086 -10800 # Node ID 9eadb97a2e98d0178725d1aca8f84a35c744cd75 # Parent 56558cd6d035d3613a06e2a911d6f9c0f48e79a2 Comment out debugging. diff -r 56558cd6d035 -r 9eadb97a2e98 multimerge.py --- 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):