Skip to content

Commit

Permalink
Update logic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Oct 25, 2023
1 parent 6fc9d20 commit 8fce68b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ export class Polyglot {
let language = this.languageProvider.languages[lang];
if (!language) {
language = { rng: "default" };
console.warn(
`Polyglot | Language "${lang}" doesn't exist on the Language Provider, RNG and Font were set to default.`,
);
}
const rng = language.rng ?? "default";
if (rng === "none") return string;
Expand Down

0 comments on commit 8fce68b

Please sign in to comment.