We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1cbfc commit ce991cfCopy full SHA for ce991cf
node/rpc.go
@@ -73,8 +73,6 @@ func (node *Node) stopHTTP() {
73
if node.privateHttpListener != nil {
74
node.privateHttpListener.Close()
75
node.privateHttpListener = nil
76
-
77
- log.Info("HTTP endpoint closed", "url", fmt.Sprintf("http://%s", node.httpEndpoint))
78
}
79
if node.privateHttpHandler != nil {
80
node.privateHttpHandler.Stop()
0 commit comments