From 022582809eb8cf9a286cb62b3173b54c7daf58ec Mon Sep 17 00:00:00 2001 From: Kristina Durivage Date: Mon, 29 Dec 2025 19:34:52 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/app/features/correlations/CorrelationsPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/correlations/CorrelationsPage.tsx b/public/app/features/correlations/CorrelationsPage.tsx index 6058b843edd..762cc0aa4cd 100644 --- a/public/app/features/correlations/CorrelationsPage.tsx +++ b/public/app/features/correlations/CorrelationsPage.tsx @@ -158,7 +158,6 @@ export default function CorrelationsPage(props: CorrelationsPageProps) { [RowActions, canWriteCorrelations] ); - console.log(correlations?.totalCount, correlations?.limit); const corrData = correlations?.correlations ?? []; const showEmptyListCTA = corrData.length === 0 && !isAdding && !error; const addButton = canWriteCorrelations && corrData.length !== 0 && !isAdding && (