Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocosentino committed Jul 28, 2023
1 parent 8bef3fa commit 646551e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/Interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ export const Interface = (props: InterfaceProps) => {
};

const handleClickOutsideDropdown = () => {
console.log("what up biiitch");

const element = document.querySelector(
"#google-fonts-input"
) as HTMLInputElement;
Expand Down

0 comments on commit 646551e

Please sign in to comment.