mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-31 02:21:36 +00:00
Remove debug log
This commit is contained in:
parent
146d4d46dd
commit
1efb832dd7
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user