aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/sync.coffee
diff options
context:
space:
mode:
authorStephen Blott2014-04-19 08:01:29 +0100
committerStephen Blott2014-04-19 08:01:29 +0100
commit8e0bb0a5c749cfae9586dd797d96a0f6233f828c (patch)
tree69a24986de4c03a852ae33e81f8197893370d0fa /background_scripts/sync.coffee
parent91a32f9ebe577aace222f615e17e924018b232e5 (diff)
downloadvimium-8e0bb0a5c749cfae9586dd797d96a0f6233f828c.tar.bz2
Fix indentation and disable sync.log() messages.
Diffstat (limited to 'background_scripts/sync.coffee')
-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()