Explorar o código

Removed debug code that was accidentally committed

tstone %!s(int64=13) %!d(string=hai) anos
pai
achega
902c5891f6
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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);
     });
-});
+});