remove all printlln
This commit is contained in:
@@ -138,7 +138,6 @@ func (h *ApplicationHandler) DisplayGroupModule(w http.ResponseWriter, r *http.R
|
||||
w.WriteHeader(http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
fmt.Println(resp.Group.Members)
|
||||
|
||||
var accounts = []any{}
|
||||
|
||||
@@ -157,7 +156,6 @@ func (h *ApplicationHandler) DisplayGroupModule(w http.ResponseWriter, r *http.R
|
||||
accounts = append(accounts, a)
|
||||
}
|
||||
}
|
||||
fmt.Println(accounts)
|
||||
|
||||
cacheid := uuid.NewString()
|
||||
h.cache.PutWithTTL(cacheid, accounts, 1*time.Hour)
|
||||
@@ -198,12 +196,6 @@ func (h *ApplicationHandler) DisplayGroupModule(w http.ResponseWriter, r *http.R
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Println("yeesssssssssssssssssssssssss")
|
||||
fmt.Println(respbeneficiary.Account.Id)
|
||||
fmt.Println("===================yeesssssssssssssssssssssssss")
|
||||
fmt.Println(r.FormValue("beneficiaryid"))
|
||||
fmt.Println("=====================yeesssssssssssssssssssssssss")
|
||||
// }
|
||||
http.Redirect(w, r, fmt.Sprintf("/app/group_module/groups/%s", resp.Group.ToStorageType().ID), http.StatusFound)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user