gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Remove console logs


From: gnunet
Subject: [libeufin] branch master updated: Remove console logs
Date: Fri, 17 Jul 2020 05:21:38 +0200

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

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 022e13a  Remove console logs
022e13a is described below

commit 022e13aefe6a8cf4887f7e43abb7f403bee6864d
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Fri Jul 17 11:21:26 2020 +0800

    Remove console logs
---
 frontend/src/components/activity/PaymentInitiationList.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/frontend/src/components/activity/PaymentInitiationList.tsx 
b/frontend/src/components/activity/PaymentInitiationList.tsx
index 6146243..e8b924e 100644
--- a/frontend/src/components/activity/PaymentInitiationList.tsx
+++ b/frontend/src/components/activity/PaymentInitiationList.tsx
@@ -52,7 +52,6 @@ const PaymentInitiationList = (props) => {
   };
 
   const onSelectChange = (selectedRowKeys) => {
-    console.log(selectedRowKeys);
     setSelectedRowKeys(selectedRowKeys);
   };
 
@@ -113,7 +112,6 @@ const PaymentInitiationList = (props) => {
   const submitPaymentInitiations = async () => {
     for (let selectedRow of selectedRowKeys) {
       const { paymentInitiationId } = paymentInitiationList[selectedRow];
-      console.log(paymentInitiationList[selectedRow], paymentInitiationId);
       await submitPaymentInitiation(Number(paymentInitiationId));
     }
     await fetchPaymentInitiations(); // refresh table

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