Remove debug output hover over sync icon
This commit is contained in:
parent
aef8453924
commit
f751495ce8
|
@ -1266,7 +1266,6 @@ Zotero.Sync.Runner_Module = function (options = {}) {
|
||||||
if (!lastSyncTime) {
|
if (!lastSyncTime) {
|
||||||
try {
|
try {
|
||||||
lastSyncTime = Zotero.Sync.Data.Local.getLastClassicSyncTime();
|
lastSyncTime = Zotero.Sync.Data.Local.getLastClassicSyncTime();
|
||||||
Zotero.debug(lastSyncTime);
|
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
Zotero.debug(e, 2);
|
Zotero.debug(e, 2);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user