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:
parent
7068a49e00
commit
15026c900b
1 changed files with 0 additions and 2 deletions
|
@ -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 [_]
|
||||
|
|
Loading…
Add table
Reference in a new issue