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}`);
|
Zotero.debug(`Legacy database found at ${dbFile}, last modified ${mtime}`);
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
Zotero.logError(e);
|
|
||||||
if (e.becauseNoSuchFile) {
|
if (e.becauseNoSuchFile) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user