Skip to content

Commit

Permalink
less logging
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jul 16, 2021
1 parent 7cfe92c commit 8974d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/code/goldly/codemirror_themed.cljs
Expand Up @@ -27,7 +27,7 @@
[codemirror-reagent id fun cm-opt-themed]]))))

(defn codemirror-themed2 [id fun cm-opt]
(errorf "cm id: %s fun: %s opt: %s" id fun cm-opt)
(debugf "cm id: %s fun: %s opt: %s" id fun cm-opt)
[codemirror-themed id fun cm-opt])


0 comments on commit 8974d7a

Please sign in to comment.