From 12980b63f60dc9516a8446f1be8747d8b56c1696 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 20 Jan 2016 20:03:37 +0200 Subject: [PATCH] Remove some printlns. --- src/uxbox/ui/colorpicker.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uxbox/ui/colorpicker.cljs b/src/uxbox/ui/colorpicker.cljs index 1fc708cea0..626df55837 100644 --- a/src/uxbox/ui/colorpicker.cljs +++ b/src/uxbox/ui/colorpicker.cljs @@ -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