chore: remove debug

This commit is contained in:
Tienson Qin
2025-12-16 19:20:07 +08:00
parent fd52fb50c0
commit ef8f5caa27

View File

@@ -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)]