gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: remove bogus log
Date: Tue, 18 Oct 2022 14:01:57 +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 81d6f2c79 wallet-core: remove bogus log
81d6f2c79 is described below

commit 81d6f2c7969f595faf9dc00e889b087f16e4298d
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 18 14:01:55 2022 +0200

    wallet-core: remove bogus log
---
 packages/taler-wallet-core/src/wallet.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index 1c555f13d..1b338b383 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -978,7 +978,6 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
   // definitions we already have?
   switch (operation) {
     case WalletApiOperation.InitWallet: {
-      console.log(operation);
       logger.trace("initializing wallet");
       ws.initCalled = true;
       if (typeof payload === "object" && (payload as any).skipDefaults) {

-- 
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]