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: Tue, 16 Feb 2021 14:50:06 +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 ec28cde9 remove debug logging
ec28cde9 is described below

commit ec28cde940d9cc4e838ca532aabe73aaf5d0ac0b
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 16 14:50:03 2021 +0100

    remove debug logging
---
 packages/idb-bridge/src/bridge-idb.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/idb-bridge/src/bridge-idb.ts 
b/packages/idb-bridge/src/bridge-idb.ts
index 86ca66b1..1b8834aa 100644
--- a/packages/idb-bridge/src/bridge-idb.ts
+++ b/packages/idb-bridge/src/bridge-idb.ts
@@ -851,9 +851,7 @@ export class BridgeIDBFactory {
         request.transaction = transaction;
         request.dispatchEvent(event);
 
-        console.log("awaiting until initial transaction is done");
         await transaction._waitDone();
-        console.log("initial transaction is done");
 
         // We don't explicitly exit the versionchange transaction,
         // since this is already done by the BridgeIDBTransaction.

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