chore: remove debugging prn

pull/3603/head
Tienson Qin 2021-12-27 12:43:16 +08:00
parent b05389cf39
commit 91608c45ff
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
(defn- redirect-to-journal!
[page]
(when (and page (state/enable-journals? (state/get-current-repo)))
(prn {:page page})
(route-handler/redirect! {:to :page
:path-params {:name page}})))