Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Apr 17, 2018
1 parent 4f3c069 commit cc3f27c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/broadcast.js
Expand Up @@ -24,7 +24,6 @@ function start (startCallback, peerCallback, audioOnly) {

feed.on('ready', function () {
swarm = hyperdiscovery(feed, {live: true})
console.log(swarm);
startCallback(feed.key.toString('hex'))

fs.readFile(`${__dirname}/viewer.html`, function (err, data) {
Expand Down

0 comments on commit cc3f27c

Please sign in to comment.