Skip to content

Commit

Permalink
don't start debug server
Browse files Browse the repository at this point in the history
  • Loading branch information
WhoSoup committed May 19, 2019
1 parent d05fe75 commit dc55959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (n *Network) Start() {
n.logger.Infof("Starting the P2P Network with configuration %+v", n.conf)
n.controller.Start() // this will get peer manager ready to handle incoming connections
n.stopRoute = make(chan bool, 1)
DebugServer(n)
//DebugServer(n)
go n.route()
}

Expand Down

0 comments on commit dc55959

Please sign in to comment.