From 1461cd3d070fce8ffc6fa0e48d7df96e9ee77365 Mon Sep 17 00:00:00 2001 From: Antonio Cosentino Date: Thu, 27 Jul 2023 01:11:04 +0200 Subject: [PATCH] removed logs --- src/app/components/Interface.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/components/Interface.tsx b/src/app/components/Interface.tsx index d19ae9a..86ef16c 100644 --- a/src/app/components/Interface.tsx +++ b/src/app/components/Interface.tsx @@ -63,11 +63,6 @@ export const Interface = (props: InterfaceProps) => { const iterableFontWeights = FONT_WEIGHTS.entries(); const fontWeightsArray = Array.from(iterableFontWeights); - console.log( - "🍌: Interface -> getComputedOpacity(overlapBalance).fallbackFontOpacity", - getComputedOpacity(overlapBalance) - ); - const handleTextareaType = ( event: React.ChangeEvent ) => {