Removes extra logging

This commit is contained in:
Amir Raminfar
2020-12-16 14:23:14 -08:00
parent f4910fff51
commit 6182ebd2db

View File

@@ -241,7 +241,7 @@ func (h *handler) streamEvents(w http.ResponseWriter, r *http.Request) {
f.Flush()
default:
log.Debugf("Ignoring docker event: %v", event.Name)
// do nothing
}
case <-ctx.Done():
return