Skip to content

Commit 8ebdd64

Browse files
committed
Kill some commented out code
1 parent 814692d commit 8ebdd64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cider-inspector.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ that value.
324324
(let ((point (posn-point (event-end event))))
325325
(cond ((and point
326326
(or (get-text-property point 'cider-value-idx)))
327-
;; (get-text-property point 'cider-range-button)
328-
;; (get-text-property point 'cider-action-number)))
329327
(goto-char point)
330328
(cider-inspector-operate-on-point))
331329
(t

0 commit comments

Comments
 (0)