mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 04:59:25 +00:00
🔥 Remove some prn's lines.
This commit is contained in:
parent
7068a49e00
commit
15026c900b
@ -93,7 +93,6 @@
|
|||||||
(ptk/reify ::create-share-link
|
(ptk/reify ::create-share-link
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state stream]
|
(watch [_ state stream]
|
||||||
(prn "create-share-link")
|
|
||||||
(let [id (get-in state [:viewer-local :page-id])]
|
(let [id (get-in state [:viewer-local :page-id])]
|
||||||
(->> (rp/mutation :generate-page-share-token {:id id})
|
(->> (rp/mutation :generate-page-share-token {:id id})
|
||||||
(rx/map (fn [{:keys [share-token]}]
|
(rx/map (fn [{:keys [share-token]}]
|
||||||
@ -103,7 +102,6 @@
|
|||||||
(ptk/reify ::delete-share-link
|
(ptk/reify ::delete-share-link
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state stream]
|
(watch [_ state stream]
|
||||||
(prn "delete-share-link")
|
|
||||||
(let [id (get-in state [:viewer-local :page-id])]
|
(let [id (get-in state [:viewer-local :page-id])]
|
||||||
(->> (rp/mutation :clear-page-share-token {:id id})
|
(->> (rp/mutation :clear-page-share-token {:id id})
|
||||||
(rx/map (fn [_]
|
(rx/map (fn [_]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user