Skip to content

Commit d4b673a

Browse files
committed
Remove debug console logs
1 parent 8ef7835 commit d4b673a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/logo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ export default function InteractiveLogo({ className }: LogoProps) {
6060
splashScreen: false,
6161
preferredRenderer: "canvas",
6262
})
63-
.then(() => console.log("LOADED"))
6463
.catch(() => {
65-
console.log("Catch error");
6664
removeRufflePlayer();
6765
});
6866
rufflePlayer.style.width = "100%";

0 commit comments

Comments
 (0)