diff options
Diffstat (limited to 'system/api/handlers.go')
-rw-r--r-- | system/api/handlers.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/api/handlers.go b/system/api/handlers.go index a63e649..2ec82bb 100644 --- a/system/api/handlers.go +++ b/system/api/handlers.go @@ -104,12 +104,6 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { return } - fmt.Println("count:", count) - fmt.Println("offset:", offset) - fmt.Println("order:", order) - fmt.Println("start:", start) - fmt.Println("end:", end) - sendData(res, j, http.StatusOK) } |