diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-06 22:17:16 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-06 22:17:16 +0530 |
commit | b3f0cf97e48ab8e96b203402187655701794bebd (patch) | |
tree | dbb307b32ce2b45d57597a3125ea9c21b01b46fb | |
parent | 100f4fc5fbecce527a0c04268829e1b4af33cc3b (diff) |
remove debug log
-rw-r--r-- | packages/taler-wallet-core/src/util/talerconfig.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/util/talerconfig.ts b/packages/taler-wallet-core/src/util/talerconfig.ts index 61bb6d206..8c740e1e2 100644 --- 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()]; |