Remove the query-parameters from controller-with-database-connection

As I believe it's unused.
This commit is contained in:
Christopher Baines 2019-10-13 21:12:43 +01:00
parent 06723370e5
commit 660df79a69
1 changed files with 0 additions and 6 deletions

View File

@ -954,12 +954,6 @@
mime-types
body
conn)
(define query-parameters
(-> request
request-uri
uri-query
parse-query-string))
(define path
(uri-path (request-uri request)))