Remove unnecessary log line

This commit is contained in:
Dan Stillman 2017-08-19 23:36:26 +02:00
parent 0391569f4d
commit f45d56113a

View File

@ -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;
}