commit 022e13aefe6a8cf4887f7e43abb7f403bee6864d
parent e01577b1248f30b89770a3d670d3b4d3d20a537e
Author: tanhengyeow <E0032242@u.nus.edu>
Date: Fri, 17 Jul 2020 11:21:26 +0800
Remove console logs
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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