We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04112fb commit a49a0d8Copy full SHA for a49a0d8
lib/swarm.js
@@ -27,7 +27,6 @@ Swarm.prototype.announce = function (params, cb) {
27
cb(new Error('invalid event'))
28
return
29
}
30
- console.log('FEROSS', params.compact)
31
cb(null, {
32
complete: self.complete,
33
incomplete: self.incomplete,
0 commit comments