Chore: Remove console.log from heatmap util file (#71515)

This commit is contained in:
Nathan Marrs
2023-07-13 02:12:36 +02:00
committed by GitHub
parent 46c5e5417b
commit bd4f8fd280

View File

@@ -95,8 +95,6 @@ export function prepConfig(opts: PrepConfigOpts) {
sync,
} = opts;
// console.log(dataRef.current);
const xScaleKey = 'x';
let xScaleUnit = 'time';
let isTime = true;