Remove debug output hover over sync icon

This commit is contained in:
Dan Stillman 2016-05-03 15:44:20 -04:00
parent aef8453924
commit f751495ce8

View File

@ -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);