Skip to content

Commit

Permalink
Remove dbg log
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Brown committed Apr 16, 2019
1 parent 0f8b674 commit 736b88f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2pd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func main() {
}

if *bootstrapPeers != "" {
fmt.Println("got boostrap peers", *bootstrapPeers)
for _, s := range strings.Split(*bootstrapPeers, ",") {
ma, err := multiaddr.NewMultiaddr(s)
if err != nil {
Expand Down

0 comments on commit 736b88f

Please sign in to comment.