aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/sync.coffee4
1 files changed, 2 insertions, 2 deletions
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()