mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: remove debug log
This commit is contained in:
@@ -3228,7 +3228,6 @@
|
||||
:else
|
||||
(let [language (if (contains? #{"edn" "clj" "cljc" "cljs"} language) "clojure" language)]
|
||||
[:div {:ref (fn [el]
|
||||
(println "(whiteboard-handler/inside-portal el)" (whiteboard-handler/inside-portal? el))
|
||||
(set-inside-portal? (and el (whiteboard-handler/inside-portal? el))))}
|
||||
(cond
|
||||
(nil? inside-portal?) nil
|
||||
|
||||
Reference in New Issue
Block a user