Browse Source

Removed debug code that was accidentally committed

tstone 13 năm trước cách đây
mục cha
commit
902c5891f6
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  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);
     });
-});
+});