remove debug logs
This commit is contained in:
@@ -48,11 +48,8 @@ export class I18nService {
|
||||
|
||||
await this.http.get(environment.apiUrl + "/i18n").subscribe({
|
||||
next: (data: any) => {
|
||||
console.log("fetch3", data);
|
||||
this.locales = data;
|
||||
}, error: (error) => {
|
||||
console.debug("fallback to default locales");
|
||||
}
|
||||
}, error: (error) => { }
|
||||
});
|
||||
|
||||
if (this.locales.indexOf(locale) == -1) {
|
||||
|
||||
Reference in New Issue
Block a user