Skip to content

Commit 1efb832

Browse files
committed
Remove debug log
1 parent 146d4d4 commit 1efb832

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/request-handler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ function testRequestHandler (t, serverType) {
4040
})
4141

4242
client1.once('update', function (data) {
43-
console.log(data)
44-
4543
t.equal(data.complete, 246)
4644

4745
client1.destroy(function () {

0 commit comments

Comments
 (0)