Skip to content

Commit dac2e94

Browse files
committed
Update: remove console.log
1 parent d7c6d43 commit dac2e94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ColorPicker/ColorPicker.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ onBeforeUnmount(() => {
181181
const handleHueChange = (hue: number) => {
182182
colorHsb.hue = hue;
183183
184-
console.log(hue, outputColor.value);
185-
186184
model.value = outputColor.value;
187185
emits('change', outputColor.value);
188186
};

0 commit comments

Comments
 (0)