0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

🔥 Remove some prn's lines.

This commit is contained in:
Andrey Antukh 2020-04-08 16:55:12 +02:00
parent 7068a49e00
commit 15026c900b

View file

@ -93,7 +93,6 @@
(ptk/reify ::create-share-link
ptk/WatchEvent
(watch [_ state stream]
(prn "create-share-link")
(let [id (get-in state [:viewer-local :page-id])]
(->> (rp/mutation :generate-page-share-token {:id id})
(rx/map (fn [{:keys [share-token]}]
@ -103,7 +102,6 @@
(ptk/reify ::delete-share-link
ptk/WatchEvent
(watch [_ state stream]
(prn "delete-share-link")
(let [id (get-in state [:viewer-local :page-id])]
(->> (rp/mutation :clear-page-share-token {:id id})
(rx/map (fn [_]