diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index d5a4a887e..188ea1da5 100644 --- 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);