Remove unnecessary log line
This commit is contained in:
parent
0391569f4d
commit
f45d56113a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue