chore: remove debugging code

pull/1383/head
Tienson Qin 2021-02-28 00:40:41 +08:00
parent cdf6a907ac
commit c3c77239a0
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@
block-id (if (string? block-id) (uuid block-id) block-id)
block (db/entity [:block/uuid block-id])
has-children? (seq (:block/children block))]
(prn {:has-children? has-children?})
(when (and (nil? including-parent?) has-children?)
(reset! *including-parent? true))