diff options
author | Sebastian <sebasjm@gmail.com> | 2021-06-20 15:54:57 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-06-20 16:14:56 -0300 |
commit | 221e71b91623bd38e71d6325ed66a998fe9f7ffd (patch) | |
tree | 7a312de290a6c685b8136c7b18eb126f3eea05a4 /packages | |
parent | 99550b001178965cae6d5e204783f8d2fd0adc1f (diff) |
remove missing debugger
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-util/src/i18n.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-util/src/i18n.ts b/packages/taler-util/src/i18n.ts index 4a9384108..0324d8e07 100644 --- a/packages/taler-util/src/i18n.ts +++ b/packages/taler-util/src/i18n.ts @@ -17,7 +17,6 @@ export function setupI18n(lang: string, strings: { [s: string]: any }): any { lang = "en-US"; logger.warn(`language ${lang} not found, defaulting to english`); } - debugger; jed = new jedLib.Jed(strings[lang]); } |