Skip to content

Commit 285032d

Browse files
committed
Remove log
1 parent 49aae80 commit 285032d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gui/src/lib/color.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export function randomColor({
7171
if (
7272
getContrast.ratio(value, colorToContrastWith) >= CONTRAST_THRESHOLD
7373
) {
74-
console.log(getContrast.ratio(value, colorToContrastWith))
7574
return [...acc, path]
7675
}
7776
} catch (e) {}

0 commit comments

Comments
 (0)