git ssb

4+

Dominic / scuttlebot



Commit 530eac6fc63fb116733a33a44892e057a60f539b

remove (unintended?) console.log from gossip

https://github.com/ssbc/scuttlebot/commit/ac51d55eb952fb66353ffa811b94522fee651e1a#commitcomment-21850365
Matt McKegg authored on 4/23/2017, 1:25:25 AM
GitHub committed on 4/23/2017, 1:25:25 AM
Parent: a6dcf35ef6db35d55d713cbb66370115ff6b0fde

Files changed

plugins/gossip/index.jschanged
plugins/gossip/index.jsView
@@ -80,9 +80,8 @@
8080 return cb(new Error('first param must be an address'))
8181
8282 if(!addr.key) return cb(new Error('address must have ed25519 key'))
8383 // add peer to the table, incase it isn't already.
84- console.log('connect', addr)
8584 gossip.add(addr, 'manual')
8685 var p = gossip.get(addr)
8786 if(!p) return cb()
8887

Built with git-ssb-web