mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Remove debug logging from Cakefile.
This commit is contained in:
parent
bdcd77d8e6
commit
d5d772d55e
1 changed files with 0 additions and 1 deletions
1
Cakefile
1
Cakefile
|
@ -177,7 +177,6 @@ runTests = (CoffeeScript) ->
|
|||
# Our test helper function for delimiting different test cases.
|
||||
global.test = (description, fn) ->
|
||||
try
|
||||
console.log description + " " + failures.length
|
||||
fn.test = {description, currentFile}
|
||||
fn.call(fn)
|
||||
++passedTests
|
||||
|
|
Loading…
Add table
Reference in a new issue