Skip to content

Commit

Permalink
Remove obsolete point key
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Nov 8, 2015
1 parent 55c2ec9 commit e7c4000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cider/nrepl/middleware/debug.clj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
;; This *msg* is evaluated at compile-time, so it's
;; the message that instrumented the function, not the
;; message that led to its evaluation.
(assoc ~(let [{:keys [code id file point line column]} *msg*]
(assoc ~(let [{:keys [code id file line column]} *msg*]
{:code code, :original-id id, :coor coor
:file file, :line line, :column column})
:debug-value (pr-short val#)))))))
Expand Down

0 comments on commit e7c4000

Please sign in to comment.