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;