fix: rm debug print

This commit is contained in:
Andelf
2022-01-05 22:43:34 +08:00
parent c292f6fb96
commit 967f89d5ac

View File

@@ -237,7 +237,6 @@
(editor-handler/edit-block! block :max block-id)))
;; TODO: return "handled" or false doesn't always prevent event bubbles
(js/setTimeout #(reset! esc-pressed? false) 10))}})
_ (js/console.log (clj->js cm-options))
editor (when textarea
(from-textarea textarea (clj->js cm-options)))]
(when editor