From 4eacc736ef9ebef87a2b453a7d4fbd490e720741 Mon Sep 17 00:00:00 2001 From: Matt Carroll <7158882+mattcarrollcode@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:38:52 -0700 Subject: [PATCH] Remove uwuQueryParam console.log (#6993) --- src/pages/_document.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 876735a53..6849df35d 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -87,7 +87,6 @@ const MyDocument = () => { } } const uwuQueryParam = checkQueryParam(); - console.log('uwuQueryParam', uwuQueryParam); if (uwuQueryParam != null) { setUwu(uwuQueryParam); } else if (checkLocalStorage()) {