From 72c6cf3cf9a1c23f222cd9fe46f6a812df4b9714 Mon Sep 17 00:00:00 2001 From: Fusl Date: Fri, 11 Mar 2022 16:24:17 +0000 Subject: [PATCH] remove that log line here --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index e04771b..92d7b1d 100644 --- a/main.go +++ b/main.go @@ -371,7 +371,6 @@ func WriteResponse(res http.ResponseWriter, statusCode int, v interface{}) { "status_code": statusCode, } } else { - log.Printf("%#v", v) v = map[string]interface{}{ "data": v, "status_code": statusCode,