From 49de2f22c46bf4be3b845fbd64c7d3f23af21561 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 15 Feb 2023 14:26:10 +0100 Subject: [PATCH] delete consol log --- handlers/application/agenda.go | 3 --- 1 file changed, 3 deletions(-) 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], }