Skip to content

Commit 4eacc73

Browse files
Remove uwuQueryParam console.log (reactjs#6993)
1 parent dc08860 commit 4eacc73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/_document.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ const MyDocument = () => {
8787
}
8888
}
8989
const uwuQueryParam = checkQueryParam();
90-
console.log('uwuQueryParam', uwuQueryParam);
9190
if (uwuQueryParam != null) {
9291
setUwu(uwuQueryParam);
9392
} else if (checkLocalStorage()) {

0 commit comments

Comments
 (0)