0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-24 15:56:11 -05:00

Remove println.

This commit is contained in:
Andrey Antukh 2016-10-11 19:33:45 +02:00
parent bd870e7251
commit ba8b20f8c0

View file

@ -20,7 +20,6 @@
(defn- retrieve-image-size
[data]
(println "data:" data)
(rx/create
(fn [sick]
(let [img (js/Image.)]