mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
fix(go): remove debug logs;
This commit is contained in:
@@ -235,9 +235,6 @@ func handleListFlows(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
args = append(args, perPage, offset)
|
||||
|
||||
fmt.Println("QUERY:", query)
|
||||
fmt.Println("ARGS:", args)
|
||||
|
||||
rows, err := conn.Query(r.Context(), query, args...)
|
||||
if err != nil {
|
||||
logic.ReturnErrorResponse(w, r,
|
||||
|
||||
Reference in New Issue
Block a user