chore: address review

This commit is contained in:
Vasco Santos 2019-11-05 11:46:00 +01:00
parent ec5319a50e
commit 751bc00f1b

View File

@ -148,8 +148,6 @@ class PeerStore extends EventEmitter {
if (!recorded.id.pubKey && peerInfo.id.pubKey) {
recorded.id.pubKey = peerInfo.id.pubKey
}
// this.peers.set(id, recorded)
}
/**