diff --git a/core/unifi/events.go b/core/unifi/events.go index 53adad84..42304cde 100644 --- a/core/unifi/events.go +++ b/core/unifi/events.go @@ -3,7 +3,6 @@ package unifi import ( "encoding/json" "fmt" - "log" "time" ) @@ -93,8 +92,6 @@ func makeEventParams(timeRange ...time.Time) (string, error) { params, err := json.Marshal(&rp) - log.Println(string(params)) - return string(params), err }