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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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