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