瀏覽代碼

Removed debug code that was accidentally committed

tstone 13 年之前
父節點
當前提交
902c5891f6
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      test/run.js

+ 1 - 5
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);
     });
-});
+});