Skip to content

Commit

Permalink
Undo debug logging of peers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHolyRoger committed Jul 18, 2020
1 parent 473dbf6 commit 3dab34b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/peers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ mongoose.connect(dbString, function(err) {
port = body[i].addr.substring(portSplit+1);
}
var address = body[i].addr.substring(0,portSplit);
console.log(body[i].addr);
db.find_peer(address, function(peer) {
if (peer) {
if (isNaN(peer['port']) || peer['port'].length < 2 || peer['country'].length < 1) {
Expand Down

0 comments on commit 3dab34b

Please sign in to comment.