Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocosentino committed Jul 26, 2023
1 parent 50ff182 commit 1461cd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/components/Interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLTextAreaElement>
) => {
Expand Down

0 comments on commit 1461cd3

Please sign in to comment.