Skip to content

Commit

Permalink
remove extra log (mafintosh#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh authored Mar 19, 2018
1 parent a9dc283 commit 8ae9642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/write.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ tape('writev twice', function (t) {

read(client, 14 + 11, function (err, buf) {
t.error(err, 'no error')
console.log(buf.toString())
t.same(buf, Buffer.from('hej verden og hello world'))
server.close()
client.close(() => t.end())
Expand Down

0 comments on commit 8ae9642

Please sign in to comment.