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 }); }} />