From f45d56113af3e0975581ce883feb43c680bf9d3a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 19 Aug 2017 23:36:26 +0200 Subject: [PATCH] Remove unnecessary log line --- chrome/content/zotero/xpcom/dataDirectory.js | 1 - 1 file changed, 1 deletion(-) 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; }