Skip to content

Commit 6b70978

Browse files
committed
cleanup removing console.logs
1 parent d0829d5 commit 6b70978

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-color-picker/lib/uui-color-picker.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ export class UUIColorPickerElement extends LabelMixin('label', LitElement) {
375375
const colord = new Colord(colorString);
376376

377377
const { h, s, l, a } = colord.toHsl();
378-
console.log(colord.rgba, this.opacity);
379378

380379
this.hue = h;
381380
this.saturation = s;

0 commit comments

Comments
 (0)