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 unconditional debug lo


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove unconditional debug log
Date: Thu, 14 Nov 2019 17:10:22 +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 a2e7335c remove unconditional debug log
a2e7335c is described below

commit a2e7335cab951d91e3b3d0e6202c3e917b80fe62
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 14 17:10:12 2019 +0100

    remove unconditional debug log
---
 src/query.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/query.ts b/src/query.ts
index 76669687..5426b9c0 100644
--- a/src/query.ts
+++ b/src/query.ts
@@ -471,7 +471,6 @@ class QueryStreamIndexJoin<T, S> extends 
QueryStreamBase<JoinResult<T, S>> {
       req.onsuccess = () => {
         const cursor = req.result;
         if (cursor) {
-          console.log(`join result for ${joinKey}`, { left: value, right: 
cursor.value });
           f(false, { left: value, right: cursor.value }, tx);
           cursor.continue();
         }

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



reply via email to

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