remove all printlln

This commit is contained in:
soukainna
2022-11-08 17:56:12 +01:00
parent 6accf3e4b9
commit 941a7ccc5e
3 changed files with 0 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ package renderer
import (
"encoding/json"
"fmt"
"html/template"
"net/http"
@@ -72,12 +71,7 @@ func (renderer *Renderer) DisplayGroupModule(w http.ResponseWriter, r *http.Requ
}
fmt.Println(beneficiary)
state.ViewState = viewstate
fmt.Println("èèèèèèèèèèèèèèèèèèèèèèèèèè")
fmt.Println(state.ViewState)
fmt.Println(group)
renderer.Render("beneficiaries_list", w, r, files, state)
}