From bd4f8fd2806f88866abe37742c62a539c681a3bd Mon Sep 17 00:00:00 2001 From: Nathan Marrs Date: Thu, 13 Jul 2023 02:12:36 +0200 Subject: [PATCH] Chore: Remove console.log from heatmap util file (#71515) --- public/app/plugins/panel/heatmap/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/plugins/panel/heatmap/utils.ts b/public/app/plugins/panel/heatmap/utils.ts index 73466f46b79..2ef276e5aa7 100644 --- a/public/app/plugins/panel/heatmap/utils.ts +++ b/public/app/plugins/panel/heatmap/utils.ts @@ -95,8 +95,6 @@ export function prepConfig(opts: PrepConfigOpts) { sync, } = opts; - // console.log(dataRef.current); - const xScaleKey = 'x'; let xScaleUnit = 'time'; let isTime = true;