gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: idb-bridge: remove debug prin


From: gnunet
Subject: [taler-wallet-core] branch master updated: idb-bridge: remove debug print
Date: Wed, 15 Dec 2021 03:00:23 +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 eee50c1a idb-bridge: remove debug print
eee50c1a is described below

commit eee50c1a5cefdd92ac49a84af42361976f09a831
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Dec 15 03:00:20 2021 +0100

    idb-bridge: remove debug print
---
 packages/idb-bridge/src/MemoryBackend.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/idb-bridge/src/MemoryBackend.ts 
b/packages/idb-bridge/src/MemoryBackend.ts
index 99d5b796..362b1cbc 100644
--- a/packages/idb-bridge/src/MemoryBackend.ts
+++ b/packages/idb-bridge/src/MemoryBackend.ts
@@ -1078,7 +1078,6 @@ export class MemoryBackend implements Backend {
     btx: DatabaseTransaction,
     req: RecordGetRequest,
   ): Promise<RecordGetResponse> {
-    console.log(`getRecords ${req.objectStoreName}`);
     if (this.enableTracing) {
       console.log(`TRACING: getRecords`);
       console.log("query", req);

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