diff --git a/chrome/content/zotero/xpcom/dataDirectory.js b/chrome/content/zotero/xpcom/dataDirectory.js index f1cdfd07a..14e428d99 100644 --- a/chrome/content/zotero/xpcom/dataDirectory.js +++ b/chrome/content/zotero/xpcom/dataDirectory.js @@ -588,7 +588,6 @@ Zotero.DataDirectory = { Zotero.debug(`Legacy database found at ${dbFile}, last modified ${mtime}`); } catch (e) { - Zotero.logError(e); if (e.becauseNoSuchFile) { return; }