mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 21:49:10 +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]
|
[auth-token resource]
|
||||||
(->> (fsp/readFile (:path resource))
|
(->> (fsp/readFile (:path resource))
|
||||||
(p/fmap (fn [buffer]
|
(p/fmap (fn [buffer]
|
||||||
(js/console.log buffer)
|
|
||||||
(new js/Blob #js [buffer] #js {:type (:mtype resource)})))
|
(new js/Blob #js [buffer] #js {:type (:mtype resource)})))
|
||||||
(p/mcat (fn [blob]
|
(p/mcat (fn [blob]
|
||||||
(let [fdata (new http/FormData)
|
(let [fdata (new http/FormData)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user