Skip to content

Commit 6c6391b

Browse files
committed
cleanup
1 parent 2fa1d0d commit 6c6391b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src-shared/nextjournal/clojure_mode/commands.cljc

-5
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@
134134
(when-not empty
135135
{:range (n/balanced-range state from to)}))))
136136

137-
(def log js/console.log)
138-
139-
(defn ->str [x]
140-
(js/JSON.stringify (str x)))
141-
142137
(defn slurp [direction]
143138
(fn [^js state]
144139
(u/update-ranges state

0 commit comments

Comments
 (0)