Skip to content

Commit

Permalink
Removed stray console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanls committed Aug 21, 2016
1 parent 8c00d83 commit 5ab9879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ KBucket.prototype.closest = function (id, n) {
} else {
contacts = contacts.concat(sort(node.contacts)).slice(0, n)
}
console.log(nodes.length, contacts.length, n)
}

return contacts
Expand Down

0 comments on commit 5ab9879

Please sign in to comment.