From 17ed6c7c2f06aa8f946e89d14381aa6fb40bc474 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 24 Oct 2016 17:26:36 -0700 Subject: remove debug printlns --- system/api/handlers.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'system') 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) } -- cgit v1.2.3