mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
remove spamming of i18n warnings to console log (#6295)
This commit is contained in:
parent
de580b64f2
commit
456e0424e7
@ -134,7 +134,6 @@ export class TranslateLoaderService implements TranslateLoader {
|
|||||||
...this.getComponentToFetch(lang).map((observable) => {
|
...this.getComponentToFetch(lang).map((observable) => {
|
||||||
return observable.pipe(
|
return observable.pipe(
|
||||||
catchError((error) => {
|
catchError((error) => {
|
||||||
console.warn(error);
|
|
||||||
hasFailures = true;
|
hasFailures = true;
|
||||||
return of(error);
|
return of(error);
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user