Remove unnecessary log line
This commit is contained in:
parent
0391569f4d
commit
f45d56113a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user