mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 12:52:20 +02:00
Removed console log
This commit is contained in:
parent
2397b9d65f
commit
f4a8de9071
@ -416,9 +416,7 @@ export class TrainerConfig {
|
||||
|
||||
// Handle name by checking this.name - making it lowercase and replacing spaces with underscores and then calling i18next.t with the name
|
||||
const nameForCall = this.name.toLowerCase().replace(/\s/g, '_');
|
||||
console.log(nameForCall)
|
||||
this.name = i18next.t(`trainerNames:${nameForCall}`);
|
||||
console.log(this.name)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user