edit agenda handlers - delete logs
Build and Push Docker Image / build_and_push (push) Failing after 2m8s Details

This commit is contained in:
Nicolas CARON 2024-10-23 10:39:11 +02:00
parent 334351a0cf
commit b4c59c7408
1 changed files with 0 additions and 3 deletions

View File

@ -754,9 +754,6 @@ func (h *ApplicationHandler) EventDocuments(w http.ResponseWriter, r *http.Reque
"name": document_name,
}
fmt.Println("metadata", metadata)
fmt.Println(filestorage.PREFIX_AGENDA)
if err := h.filestorage.Put(file, filestorage.PREFIX_AGENDA, fmt.Sprintf("%s/%s_%s", eventID, fileid, header.Filename), header.Size, metadata); err != nil {
fmt.Println(err)
w.WriteHeader(http.StatusInternalServerError)