We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f25951 commit 3781ce0Copy full SHA for 3781ce0
projects/localess-angular/browser/src/localess.providers.ts
@@ -34,7 +34,9 @@ export function provideLocalessBrowser(options: LocalessBrowserOptions): Environ
34
throw new Error('Localess Space ID can\'t be empty');
35
}
36
if (enableSync) {
37
- console.log('[Localess] enableSync', enableSync)
+ if (debug) {
38
+ console.log('[Localess] enableSync', enableSync)
39
+ }
40
loadLocalessSync(origin);
41
42
return [
0 commit comments