Remove debug log

This commit is contained in:
Yoann Ciabaud 2017-02-24 18:08:00 +01:00
parent 146d4d46dd
commit 1efb832dd7

View File

@ -40,8 +40,6 @@ function testRequestHandler (t, serverType) {
}) })
client1.once('update', function (data) { client1.once('update', function (data) {
console.log(data)
t.equal(data.complete, 246) t.equal(data.complete, 246)
client1.destroy(function () { client1.destroy(function () {