www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 339413e5a66d39b3a78a61f64473749c4fcb40f8
parent 6b7774e9ac63088a6f0c6ce5ff1cbdb63d2b2189
Author: aurimasv <aurimas.dev@gmail.com>
Date:   Thu, 19 Apr 2012 21:48:01 -0500

tabulator.log fix

Diffstat:
Mchrome/content/zotero/xpcom/rdf/identity.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/rdf/identity.js b/chrome/content/zotero/xpcom/rdf/identity.js @@ -181,7 +181,7 @@ We replace the bigger with the smaller. */ RDFIndexedFormula.prototype.equate = function(u1, u2) { - tabulator.log.info("Equating "+u1+" and "+u2) + tabulator.log.debug("Equating "+u1+" and "+u2) var d = u1.compareTerm(u2); if (!d) return true; // No information in {a = a}