mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 01:06:13 +02:00
🔥 Remove some prn's lines.
This commit is contained in:
parent
7068a49e00
commit
15026c900b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue