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) => {