summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/api/handlers.go6
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)
}