remove spurious log

This commit is contained in:
Geoff Schmidt
2012-01-13 23:40:27 -05:00
parent b4d7fb0617
commit fa783e8374

View File

@@ -1157,7 +1157,6 @@ var test_renderList = function () {
if (lengths[index] === 0)
expected += "<!---->";
});
console.log(expected);
assert_frag(expected || "<!---->", r);
};
/* Consider uncommenting the 6 lines below in a "slow tests" mode */