www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f45d56113af3e0975581ce883feb43c680bf9d3a
parent 0391569f4d6be0bcc6b84b0035aab327b0bb4f0a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 19 Aug 2017 23:36:26 +0200

Remove unnecessary log line

Diffstat:
Mchrome/content/zotero/xpcom/dataDirectory.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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; }