Remove unneeded log
This commit is contained in:
parent
b5a8cfb704
commit
73ce16fc52
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue