remove all printlln
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user