We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb1e31 + 463bcb4 commit 2fbfdd0Copy full SHA for 2fbfdd0
1 file changed
src/app/shared/cookies/browser-klaro.service.ts
@@ -49,7 +49,7 @@ const LAZY_KLARO = new InjectionToken<Promise<any>>(
49
'Lazily loaded Klaro',
50
{
51
providedIn: 'root',
52
- factory: async () => (await import('klaro')),
+ factory: async () => (await import('klaro/dist/klaro-no-translations')),
53
}
54
);
55
@@ -115,7 +115,6 @@ export class BrowserKlaroService extends KlaroService {
115
if (hideRegistrationVerification) {
116
servicesToHideArray.push(CAPTCHA_NAME);
117
118
- console.log(servicesToHideArray);
119
return servicesToHideArray;
120
})
121
0 commit comments