Removed debug code that was accidentally committed

This commit is contained in:
tstone 2012-06-13 23:24:53 -06:00
parent ee929c4fe5
commit 902c5891f6

View File

@ -39,11 +39,7 @@ cases.forEach(function(test){
actual = actual.replace(/ /g, '·'); actual = actual.replace(/ /g, '·');
actual = actual.replace(/\n/g, '•\n'); actual = actual.replace(/\n/g, '•\n');
if (test == 'github-style-codeblock') {
console.log(actual);
}
// Compare // Compare
actual.should.equal(expected); actual.should.equal(expected);
}); });
}); });