🔇 fix logs

This commit is contained in:
Fred KISSIE
2026-01-17 02:07:43 +01:00
parent 79ba804c88
commit 5ee3e140ed

View File

@@ -68,7 +68,6 @@ export function LogAnalyticsData(props: AnalyticsContentProps) {
const router = useRouter();
console.log({ filters });
const dateRange = {
startDate: filters.timeStart
? new Date(filters.timeStart)