diff options
Diffstat (limited to 'background_scripts/sync.coffee')
| -rw-r--r-- | background_scripts/sync.coffee | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/background_scripts/sync.coffee b/background_scripts/sync.coffee index f1c5c0cc..93430856 100644 --- a/background_scripts/sync.coffee +++ b/background_scripts/sync.coffee @@ -20,15 +20,13 @@ root = exports ? window root.Sync = Sync = - # 19/4/14: - # Leave logging statements in, but disable debugging. - # We may need to come back to this, so removing logging now would be premature. - # However, if users have problems, they are unlikely to notice and make sense of console logs on - # background pages. So disable it, by default. - # For genuine errors, we call console.log directly. + # April 19 2014: Leave logging statements in, but disable debugging. We may need to come back to this, so + # removing logging now would be premature. However, if users report problems, they are unlikely to notice + # and make sense of console logs on background pages. So disable it, by default. For genuine errors, we + # call console.log directly. debug: false storage: chrome.storage.sync - doNotSync: [ "settingsVersion", "previousVersion" ] + doNotSync: ["settingsVersion", "previousVersion"] # This is called in main.coffee. init: -> |
