gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -removing bad console log


From: gnunet
Subject: [taler-wallet-core] branch master updated: -removing bad console log
Date: Wed, 01 Jun 2022 16:35:59 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new adb0277f -removing bad console log
adb0277f is described below

commit adb0277f4e13df6d14b1815de66441557792699a
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jun 1 11:31:58 2022 -0300

    -removing bad console log
---
 packages/taler-wallet-core/src/operations/refund.ts | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/refund.ts 
b/packages/taler-wallet-core/src/operations/refund.ts
index 4110b475..8f5c1143 100644
--- a/packages/taler-wallet-core/src/operations/refund.ts
+++ b/packages/taler-wallet-core/src/operations/refund.ts
@@ -722,15 +722,6 @@ async function queryAndSaveAwaitingRefund(
     Amounts.parseOrThrow(orderStatus.refund_taken),
   ).amount;
 
-  logger.info(
-    "refund waiting found, ",
-    refundAwaiting,
-    orderStatus,
-    purchase.refundAwaiting,
-    purchase.refundAwaiting &&
-      Amounts.cmp(refundAwaiting, purchase.refundAwaiting),
-  );
-
   if (
     purchase.refundAwaiting === undefined ||
     Amounts.cmp(refundAwaiting, purchase.refundAwaiting) !== 0

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