Skip to content

Commit e248aaf

Browse files
fix: missing console debug
1 parent abd569c commit e248aaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cookie-consent/src/CookieConsentProvider/CookieConsentProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export const CookieConsentProvider = ({
7171
cookiesOptions?: SerializeOptions
7272
}>) => {
7373
const [needConsent, setNeedsConsent] = useState(false)
74-
console.debug('document cookie', document.cookie)
7574
const [cookies, setCookies] = useState<Record<string, string | undefined>>(
7675
IS_CLIENT ? parse(document.cookie) : {},
7776
)

0 commit comments

Comments
 (0)