diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-24 17:26:36 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-24 17:26:36 -0700 |
commit | 17ed6c7c2f06aa8f946e89d14381aa6fb40bc474 (patch) | |
tree | b868b20e82b8a9d6aa0cefa1e158b201bf8b945a /system/api/handlers.go | |
parent | 954034af23f3855320b88a61fb61dbc9e65c464f (diff) |
remove debug printlns
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) } |