Merge pull request #98 from aurimasv/rdf

tabulator.log
This commit is contained in:
Simon Kornblith 2012-04-19 20:00:40 -07:00
commit 8342aafa39

View file

@ -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}