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 logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -remove debug logging
Date: Fri, 27 Jan 2023 13:32:30 +0100

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 8791d4ea6 -remove debug logging
8791d4ea6 is described below

commit 8791d4ea60a466f42ee377abd79254e6c92737e0
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jan 27 13:32:27 2023 +0100

    -remove debug logging
---
 packages/taler-wallet-core/src/util/query.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/util/query.ts 
b/packages/taler-wallet-core/src/util/query.ts
index 0efda88cf..647e5e4b5 100644
--- a/packages/taler-wallet-core/src/util/query.ts
+++ b/packages/taler-wallet-core/src/util/query.ts
@@ -685,8 +685,6 @@ export class DbAccess<StoreMap> {
       }
     }
 
-    logger.info(`accessible stores: ${Object.keys(accessibleStores)}`);
-
     const runReadOnly = <T>(
       txf: ReadOnlyTransactionFunction<StoreMap, T>,
     ): Promise<T> => {

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