diff --git a/chrome/content/zotero/xpcom/rdf/identity.js b/chrome/content/zotero/xpcom/rdf/identity.js index 7867b0fe7..d53b1bcc7 100644 --- 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}