Skip to content

Commit 313ab71

Browse files
committed
next
1 parent 365c6a8 commit 313ab71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/CookieConsentIsland.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ export function CookieConsentWrapper() {
88
// You can optionally load or trigger it here
99
const windowAsAny = (window as any);
1010
if (windowAsAny.tryInitializeWcp) {
11-
console.log('tryInitializeWcp is defined');
1211
windowAsAny.tryInitializeWcp();
1312
} else {
14-
console.warn('tryInitializeWcp is not defined');
13+
console.warn('The consent system is not available. Cookies will not be set.');
1514
}
1615
}, []);
1716

0 commit comments

Comments
 (0)