Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit b5f7eed

Browse files
chore: remove console.log
1 parent ab6a8c6 commit b5f7eed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

studio/src/app/components/editor/app-slide-contrast/app-slide-contrast.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ export class AppSlideContrast {
100100
const bgColor = await NodeUtils.findColors(element, 'background', deck, slide);
101101
const color = await NodeUtils.findColors(element, 'color', deck, slide);
102102

103-
console.log('yo', bgColor, color);
104-
105103
return ContrastUtils.calculateContrastRatio(bgColor, color);
106104
}
107105

0 commit comments

Comments
 (0)