gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: remove more bad logging


From: gnunet
Subject: [taler-wallet-core] 01/02: remove more bad logging
Date: Thu, 14 Nov 2019 17:25:02 +0100

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

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

commit 52f162a3ef601bcc9f6b6e1fcca0208c594053b8
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 14 17:18:20 2019 +0100

    remove more bad logging
---
 src/query.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/query.ts b/src/query.ts
index 5426b9c0..7c939046 100644
--- a/src/query.ts
+++ b/src/query.ts
@@ -465,7 +465,6 @@ class QueryStreamIndexJoin<T, S> extends 
QueryStreamBase<JoinResult<T, S>> {
         return;
       }
       const joinKey = this.key(value);
-      console.log("***** JOINING ON", joinKey);
       const s = tx.objectStore(this.storeName).index(this.indexName);
       const req = s.openCursor(IDBKeyRange.only(joinKey));
       req.onsuccess = () => {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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