commit a2311bd52f19621467ae956ed64befe46d8fa19c parent 80aa50276e299e689ebc6306d1d7e655473fcc61 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 27 Apr 2010 07:28:30 +0000 Turn "Zotero.DB.transactionDate retrieved with no transaction" in Zotero.DB into debug output rather than a logged error Diffstat:
| M | chrome/content/zotero/xpcom/db.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/db.js b/chrome/content/zotero/xpcom/db.js @@ -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