commit 8342aafa390c7016ec3dca99cf058e903369bf13
parent 6b7774e9ac63088a6f0c6ce5ff1cbdb63d2b2189
Author: Simon Kornblith <simon@simonster.com>
Date: Thu, 19 Apr 2012 20:00:40 -0700
Merge pull request #98 from aurimasv/rdf
tabulator.log
Diffstat:
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}