From e33504760eabd75d39240bead70ebdf12c872137 Mon Sep 17 00:00:00 2001 From: Jepp9350 <2jepp9350@gmail.com> Date: Wed, 2 Jul 2025 12:50:12 +0200 Subject: [PATCH] Remove unused console log and update property reference in InvoicingBillingPeriodViewAll --- .../views/InvoicingBillingPeriodViewAll.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/dashboards/superUserDashboard/InvoicingBillingPeriod/views/InvoicingBillingPeriodViewAll.vue b/src/views/dashboards/superUserDashboard/InvoicingBillingPeriod/views/InvoicingBillingPeriodViewAll.vue index 25893f4f..033e4efc 100644 --- a/src/views/dashboards/superUserDashboard/InvoicingBillingPeriod/views/InvoicingBillingPeriodViewAll.vue +++ b/src/views/dashboards/superUserDashboard/InvoicingBillingPeriod/views/InvoicingBillingPeriodViewAll.vue @@ -29,7 +29,6 @@ const getCustomerTransactionsInView = (customer: any) => { return transactionDate >= dates.variables.start.value && transactionDate <= dates.variables.end.value; }).map(transaction => transaction.id); } - console.log('getCustomerTransactionsInView', customer.customer_number, tmp); return tmp; } @@ -92,7 +91,7 @@ const doesViewtypeExist = (types: any, componentName: string) => {