Skip to content
Snippets Groups Projects
Unverified Commit 768d374f authored by Robert Roland's avatar Robert Roland Committed by GitHub
Browse files

I left stray log/spys behind (#12945)

I accidentally left a bunch of log/spy calls in this when working on
moving the query description to the server
parent 1c761528
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
(api/defendpoint GET "/:id"
"Fetch `Segment` with ID."
[id]
(first (log/spy :error (add-query-descriptions [(log/spy :error (hydrated-segment (log/spy :error id)))]))))
(first (add-query-descriptions [(hydrated-segment id)])))
(api/defendpoint GET "/"
"Fetch *all* `Segments`."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment