From 5f12c58cc8abebb643daf1923a897dbc9661ff43 Mon Sep 17 00:00:00 2001 From: smanylov Date: Thu, 12 Feb 2026 13:12:52 +0700 Subject: [PATCH] remove console.log --- src/app/ui/reports/reports-info.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/ui/reports/reports-info.tsx b/src/app/ui/reports/reports-info.tsx index 837a1e2..375a0a1 100644 --- a/src/app/ui/reports/reports-info.tsx +++ b/src/app/ui/reports/reports-info.tsx @@ -19,10 +19,6 @@ export default function ReportsInfo() { queryFn: getUserFilesInfo, }); - useEffect(() => { - console.log(filesInfo) - }, [filesInfo]) - return (