diff --git a/test/run.js b/test/run.js index c742a53..0a98ce4 100644 --- a/test/run.js +++ b/test/run.js @@ -39,11 +39,7 @@ cases.forEach(function(test){ actual = actual.replace(/ /g, '·'); actual = actual.replace(/\n/g, '•\n'); - if (test == 'github-style-codeblock') { - console.log(actual); - } - // Compare actual.should.equal(expected); }); -}); +}); \ No newline at end of file