mirror of
https://github.com/ringtools/ringtools-web-v2.git
synced 2024-11-18 23:30:01 +01:00
Removed a console.log
This commit is contained in:
parent
f7ec35ab17
commit
40f3f763c0
@ -99,7 +99,6 @@ export class SettingsComponent implements OnInit {
|
||||
this.parseLoadQueryString(loadRingNew);
|
||||
}
|
||||
|
||||
console.log(langQs)
|
||||
if (langQs && this.locales.includes(langQs)) {
|
||||
this.translate.use(langQs)
|
||||
this.store.dispatch(setLocale(langQs));
|
||||
|
Loading…
Reference in New Issue
Block a user