Skip to content

Commit

Permalink
🧹 Cleanup console
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrfung committed Oct 26, 2023
1 parent 8848a70 commit 0efc9f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AnimatedBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export const AnimatedBackground: FC = () => {
if (ref.current) {
setWidth(ref.current.clientWidth);
setHeight(ref.current.clientHeight);
console.log(height);
console.log(width);
}
}

Expand Down

0 comments on commit 0efc9f2

Please sign in to comment.