mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Removed debug code that was accidentally committed
This commit is contained in:
parent
ee929c4fe5
commit
902c5891f6
|
@ -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);
|
||||
});
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user