taler-typescript-core

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

commit b3f0cf97e48ab8e96b203402187655701794bebd
parent 100f4fc5fbecce527a0c04268829e1b4af33cc3b
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu,  6 Aug 2020 22:17:16 +0530

remove debug log

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

diff --git a/packages/taler-wallet-core/src/util/talerconfig.ts b/packages/taler-wallet-core/src/util/talerconfig.ts @@ -211,7 +211,6 @@ export class Configuration { } lookupVariable(x: string, depth: number = 0): string | undefined { - console.log("looking up", x); // We loop up options in PATHS in upper case, as option names // are case insensitive const val = (this.sectionMap["PATHS"] ?? {})[x.toUpperCase()];