Просмотр исходного кода

Removed debug code that was accidentally committed

tstone 13 лет назад
Родитель
Сommit
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);
     });
-});
+});