mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 18:48:23 +00:00
🔥 Remove stray debug log in exporter upload-resource (#9272)
Signed-off-by: iot2edge <tylerprice830@gmail.com> Co-authored-by: iot2edge <tylerprice830@gmail.com>
This commit is contained in:
parent
e30e5906c8
commit
7df53a46f2
@ -68,7 +68,6 @@
|
||||
[auth-token resource]
|
||||
(->> (fsp/readFile (:path resource))
|
||||
(p/fmap (fn [buffer]
|
||||
(js/console.log buffer)
|
||||
(new js/Blob #js [buffer] #js {:type (:mtype resource)})))
|
||||
(p/mcat (fn [blob]
|
||||
(let [fdata (new http/FormData)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user