Skip to content

Commit

Permalink
Remove uwuQueryParam console.log (#6993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarrollcode authored Jun 24, 2024
1 parent dc08860 commit 4eacc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ const MyDocument = () => {
}
}
const uwuQueryParam = checkQueryParam();
console.log('uwuQueryParam', uwuQueryParam);
if (uwuQueryParam != null) {
setUwu(uwuQueryParam);
} else if (checkLocalStorage()) {
Expand Down

0 comments on commit 4eacc73

Please sign in to comment.