Turn "Zotero.DB.transactionDate retrieved with no transaction" in Zotero.DB into debug output rather than a logged error
This commit is contained in:
parent
80aa50276e
commit
a2311bd52f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Zotero.DBConnection = function(dbName) {
|
||||||
return this._transactionDate;
|
return this._transactionDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
Components.utils.reportError("Zotero.DB.transactionDate retrieved with no transaction");
|
Zotero.debug("Zotero.DB.transactionDate retrieved with no transaction", 2);
|
||||||
|
|
||||||
// Use second granularity rather than millisecond
|
// Use second granularity rather than millisecond
|
||||||
// for comparison purposes
|
// for comparison purposes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue