0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Remove some printlns.

This commit is contained in:
Andrey Antukh 2016-01-20 20:03:37 +02:00
parent 6183e5ef00
commit 12980b63f6

View file

@ -52,7 +52,6 @@
(add-watch local ::key
(fn [_ _ o v]
(println "add-watch" o v)
(when (not= (:color o) (:color v))
(draw-color-gradient context1 params (:color v)))))
@ -78,7 +77,6 @@
r (aget (.-data image) 0)
g (aget (.-data image) 1)
b (aget (.-data image) 2)]
(println [r g b])
(color/rgb->hex [r g b])))
(defn- colorpicker-render