gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: remove debug log


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove debug log
Date: Thu, 06 Aug 2020 18:47:22 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new b3f0cf97 remove debug log
b3f0cf97 is described below

commit b3f0cf97e48ab8e96b203402187655701794bebd
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 6 22:17:16 2020 +0530

    remove debug log
---
 packages/taler-wallet-core/src/util/talerconfig.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/util/talerconfig.ts 
b/packages/taler-wallet-core/src/util/talerconfig.ts
index 61bb6d20..8c740e1e 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()];

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]