mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-14 11:26:25 +00:00
remove stray log
This commit is contained in:
parent
04112fb976
commit
a49a0d8d18
@ -27,7 +27,6 @@ Swarm.prototype.announce = function (params, cb) {
|
|||||||
cb(new Error('invalid event'))
|
cb(new Error('invalid event'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
console.log('FEROSS', params.compact)
|
|
||||||
cb(null, {
|
cb(null, {
|
||||||
complete: self.complete,
|
complete: self.complete,
|
||||||
incomplete: self.incomplete,
|
incomplete: self.incomplete,
|
||||||
|
Loading…
Reference in New Issue
Block a user