eventlog: rm noisy low-signal statement

This commit is contained in:
Brian Tiger Chow 2015-01-15 11:15:11 -08:00
parent fce04f445a
commit aec0b31d44

View File

@ -116,7 +116,6 @@ func (m *Mux) HandleSync(s inet.Stream) {
}
log.Infof("muxer handle protocol: %s", name)
log.Event(ctx, "muxHandle", eventlog.Metadata{"protocol": name})
handler(s)
}