From b95899c6982cc50ba8f57bfc25704dcab0432b74 Mon Sep 17 00:00:00 2001 From: Kristina Durivage Date: Wed, 3 Dec 2025 09:40:17 -0600 Subject: [PATCH] WIP --- .../app/features/correlations/CorrelationsPage.tsx | 2 -- .../correlations/CorrelationsPageWrapper.tsx | 2 +- .../features/correlations/useCorrelationsK8s.ts | 2 -- scripts/grafana-server/custom.ini | 14 ++++++++++++++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/public/app/features/correlations/CorrelationsPage.tsx b/public/app/features/correlations/CorrelationsPage.tsx index 3d6c9ef66f8..aad40039be2 100644 --- a/public/app/features/correlations/CorrelationsPage.tsx +++ b/public/app/features/correlations/CorrelationsPage.tsx @@ -157,8 +157,6 @@ export default function CorrelationsPage(props: CorrelationsPageProps) { ); - console.log(correlations?.totalCount, correlations?.limit); - return (