mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
remove console log
This commit is contained in:
@@ -51,7 +51,6 @@ export class I18nService {
|
||||
}
|
||||
|
||||
public translate(translationKey: string, args?: Record<string, string>): string{
|
||||
console.log(translationKey);
|
||||
let translated = this.cache.get(translationKey);
|
||||
if(!translated){
|
||||
translated = getProperty(this.dictionary, translationKey);
|
||||
|
||||
Reference in New Issue
Block a user