From a2311bd52f19621467ae956ed64befe46d8fa19c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 27 Apr 2010 07:28:30 +0000 Subject: [PATCH] Turn "Zotero.DB.transactionDate retrieved with no transaction" in Zotero.DB into debug output rather than a logged error --- 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 index 1146d1b3c..9cc36b83c 100644 --- 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