From 8e0bb0a5c749cfae9586dd797d96a0f6233f828c Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 19 Apr 2014 08:01:29 +0100 Subject: Fix indentation and disable sync.log() messages. --- background_scripts/sync.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background_scripts') diff --git a/background_scripts/sync.coffee b/background_scripts/sync.coffee index e498172e..afde3e70 100644 --- a/background_scripts/sync.coffee +++ b/background_scripts/sync.coffee @@ -21,7 +21,7 @@ root = exports ? window root.Sync = Sync = - debug: true + debug: false storage: chrome.storage.sync doNotSync: [ "settingsVersion", "previousVersion" ] @@ -124,6 +124,6 @@ root.Sync = Sync = @log "Sync: Yikes! this should be a non-empty string or undefined: #{typeof(thing)} #{thing}" return false return true - + Sync.init() -- cgit v1.2.3