From 5b7b343f62d0c12f12f10a4db9238a4e1fa7482a Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 18 Sep 2024 17:25:55 +0200 Subject: [PATCH] Cleanup --- frontend/src/app/main/ui/workspace/colorpicker/ramp.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/colorpicker/ramp.cljs b/frontend/src/app/main/ui/workspace/colorpicker/ramp.cljs index cc70d887c5..970525d3c1 100644 --- a/frontend/src/app/main/ui/workspace/colorpicker/ramp.cljs +++ b/frontend/src/app/main/ui/workspace/colorpicker/ramp.cljs @@ -52,7 +52,6 @@ (mf/defc ramp-selector [{:keys [color disable-opacity on-change on-start-drag on-finish-drag]}] - (js/console.log "color" color) (let [{hex :hex hue :h saturation :s value :v alpha :alpha} color