git ssb

4+

Dominic / scuttlebot



Commit c01f906259679ef403a39a6d9c6cd31f26971659

Merge pull request #401 from ssbc/mmckegg-patch-1

remove (unintended?) console.log from gossip
Dominic Tarr authored on 4/23/2017, 1:29:47 AM
GitHub committed on 4/23/2017, 1:29:47 AM
Parent: a6dcf35ef6db35d55d713cbb66370115ff6b0fde
Parent: 530eac6fc63fb116733a33a44892e057a60f539b

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