Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
moraleinside committed Dec 1, 2022
1 parent 3c1cbfc commit ce991cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ func (node *Node) stopHTTP() {
if node.privateHttpListener != nil {
node.privateHttpListener.Close()
node.privateHttpListener = nil

log.Info("HTTP endpoint closed", "url", fmt.Sprintf("http://%s", node.httpEndpoint))
}
if node.privateHttpHandler != nil {
node.privateHttpHandler.Stop()
Expand Down

0 comments on commit ce991cf

Please sign in to comment.