Skip to content

Commit

Permalink
Remove unnecessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Aug 19, 2017
1 parent 0391569 commit f45d561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chrome/content/zotero/xpcom/dataDirectory.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit f45d561

Please sign in to comment.