From 267a6f37cc12b70e33afca3aa74f1a59f07ae85c Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 20 Apr 2026 01:13:32 +0700 Subject: [PATCH] chore: remove unnecessary code --- .../pages/report/expense/tab/ReportDepreciationTab.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx b/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx index 8c6caaa3..41c2f9e8 100644 --- a/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx +++ b/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx @@ -246,8 +246,6 @@ const ReportDepreciationTab = ({ tabId }: ReportDepreciationTabProps) => { 'period', values.period ? formatDate(values.period, 'YYYY-MM-DD') : '' ); - - console.log({ values }); }} />