소스 검색

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