Skip to content

Commit ce991cf

Browse files
committed
fix log
1 parent 3c1cbfc commit ce991cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

node/rpc.go

-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ func (node *Node) stopHTTP() {
7373
if node.privateHttpListener != nil {
7474
node.privateHttpListener.Close()
7575
node.privateHttpListener = nil
76-
77-
log.Info("HTTP endpoint closed", "url", fmt.Sprintf("http://%s", node.httpEndpoint))
7876
}
7977
if node.privateHttpHandler != nil {
8078
node.privateHttpHandler.Stop()

0 commit comments

Comments
 (0)