Skip to content

Commit a49a0d8

Browse files
committed
remove stray log
1 parent 04112fb commit a49a0d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/swarm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Swarm.prototype.announce = function (params, cb) {
2727
cb(new Error('invalid event'))
2828
return
2929
}
30-
console.log('FEROSS', params.compact)
3130
cb(null, {
3231
complete: self.complete,
3332
incomplete: self.incomplete,

0 commit comments

Comments
 (0)