Преглед на файлове

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