From f751495ce834509de3cd43b9652a5d3b7ffbaad1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 3 May 2016 15:44:20 -0400 Subject: [PATCH] Remove debug output hover over sync icon --- chrome/content/zotero/xpcom/sync/syncRunner.js | 1 - 1 file changed, 1 deletion(-) 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);