mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
chore: remove debug
This commit is contained in:
@@ -326,7 +326,6 @@
|
||||
(p/let [blocks (search/block-search repo @!input opts)
|
||||
blocks (remove nil? blocks)
|
||||
items (keep (fn [block]
|
||||
(prn :debug :block block)
|
||||
(if (:page? block)
|
||||
(page-item repo block @!input)
|
||||
(block-item repo block current-page @!input))) blocks)]
|
||||
|
||||
Reference in New Issue
Block a user