taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 221e71b91623bd38e71d6325ed66a998fe9f7ffd
parent 99550b001178965cae6d5e204783f8d2fd0adc1f
Author: Sebastian <sebasjm@gmail.com>
Date:   Sun, 20 Jun 2021 15:54:57 -0300

remove missing debugger

Diffstat:
Mpackages/taler-util/src/i18n.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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]); }