diff --git a/handlers/application/agenda.go b/handlers/application/agenda.go index 5c73a12..8d54f8b 100644 --- a/handlers/application/agenda.go +++ b/handlers/application/agenda.go @@ -447,9 +447,6 @@ func (h *ApplicationHandler) AgendaHistoryEvent(w http.ResponseWriter, r *http.R return } - - fmt.Printf("hechttttt %+v\n", resp.Event.ToStorageType()) - grouprequest := &groupsmanagement.GetGroupRequest{ Id: resp.Event.Owners[0], }