Commit bb0dc227 authored by Brian Tiger Chow's avatar Brian Tiger Chow
Browse files

eventlog: rm noisy low-signal statement

parent 36444ac7
...@@ -116,7 +116,6 @@ func (m *Mux) HandleSync(s inet.Stream) { ...@@ -116,7 +116,6 @@ func (m *Mux) HandleSync(s inet.Stream) {
} }
log.Infof("muxer handle protocol: %s", name) log.Infof("muxer handle protocol: %s", name)
log.Event(ctx, "muxHandle", eventlog.Metadata{"protocol": name})
handler(s) handler(s)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment