summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authortanhengyeow <E0032242@u.nus.edu>2020-07-17 11:21:26 +0800
committertanhengyeow <E0032242@u.nus.edu>2020-07-17 11:21:26 +0800
commit022e13aefe6a8cf4887f7e43abb7f403bee6864d (patch)
treee96cbaee5b03aeb2c18e50e4e789d49030ecd7b9 /frontend
parente01577b1248f30b89770a3d670d3b4d3d20a537e (diff)
downloadlibeufin-022e13aefe6a8cf4887f7e43abb7f403bee6864d.tar.gz
libeufin-022e13aefe6a8cf4887f7e43abb7f403bee6864d.tar.bz2
libeufin-022e13aefe6a8cf4887f7e43abb7f403bee6864d.zip
Remove console logs
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/activity/PaymentInitiationList.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/components/activity/PaymentInitiationList.tsx b/frontend/src/components/activity/PaymentInitiationList.tsx
index 61462438..e8b924ee 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