Skip to content

Commit

Permalink
Remove println debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Jun 28, 2022
1 parent 3d9847a commit e2b6194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/com/eldrix/dmd/serve.clj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
(fn [context]
(let [store (get-in context [:request ::store])
s (get-in context [:request :query-params :s])]
(println "Search: " s)
(if-not s
context
(assoc context :result (dmd/fetch-product-by-exact-name store s)))))})
Expand Down

0 comments on commit e2b6194

Please sign in to comment.