commit f751495ce834509de3cd43b9652a5d3b7ffbaad1
parent aef8453924bc3c776a9a17407d87269172a54c4a
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 3 May 2016 15:44:20 -0400
Remove debug output hover over sync icon
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js
@@ -1266,7 +1266,6 @@ Zotero.Sync.Runner_Module = function (options = {}) {
if (!lastSyncTime) {
try {
lastSyncTime = Zotero.Sync.Data.Local.getLastClassicSyncTime();
- Zotero.debug(lastSyncTime);
}
catch (e) {
Zotero.debug(e, 2);