:lipstip: Remove unneed output.

This commit is contained in:
Cheng Zhao 2014-01-14 16:04:47 +08:00
parent 249366c90a
commit 8d4ac15834

View file

@ -38,5 +38,4 @@ describe 'third-party module', ->
it 'emits the fullfil callback', (done) ->
Q(true).then (val) ->
assert.equal val, true
console.log 'test'
done()