Remove unneeded log

This commit is contained in:
Cheng Zhao 2015-03-20 21:32:10 +08:00
parent b5a8cfb704
commit 73ce16fc52
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,6 @@ describe 'protocol module', ->
assert.equal response.length, data.length
buf = new Buffer(response.length)
buf.write(response)
console.log buf, data
assert buf.equals(data)
protocol.unregisterProtocol 'atom-file-job'
done()