Commit c01f906259679ef403a39a6d9c6cd31f26971659
Merge pull request #401 from ssbc/mmckegg-patch-1
remove (unintended?) console.log from gossipDominic 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.js | changed |
plugins/gossip/index.js | ||
---|---|---|
@@ -80,9 +80,8 @@ | ||
80 | 80 … | return cb(new Error('first param must be an address')) |
81 | 81 … | |
82 | 82 … | if(!addr.key) return cb(new Error('address must have ed25519 key')) |
83 | 83 … | // add peer to the table, incase it isn't already. |
84 | - console.log('connect', addr) | |
85 | 84 … | gossip.add(addr, 'manual') |
86 | 85 … | var p = gossip.get(addr) |
87 | 86 … | if(!p) return cb() |
88 | 87 … |
Built with git-ssb-web