diff --git a/api/v1.go b/api/v1.go index 9bebf4a..d633fe3 100644 --- a/api/v1.go +++ b/api/v1.go @@ -103,7 +103,6 @@ func (apiv1 *APIv1) broadcast(json string) { // connections. Without this it is possible for the server to become // unresponsive due to too many open files. func (apiv1 *APIv1) keepalive() { - log.Println("[APIv1] KEEPALIVE /api/v1/events") stream.Notify("keepalive", []byte{}) }