Turn "Zotero.DB.transactionDate retrieved with no transaction" in Zotero.DB into debug output rather than a logged error

This commit is contained in:
Dan Stillman 2010-04-27 07:28:30 +00:00
parent 80aa50276e
commit a2311bd52f

View file

@ -38,7 +38,7 @@ Zotero.DBConnection = function(dbName) {
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
// for comparison purposes