From d446edea45ba78dc770a7e9f42de17604bfa9ddc Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Wed, 27 Oct 2021 21:55:49 +0300 Subject: [PATCH] rm console.log --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 307d22f..ec227e9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -264,7 +264,6 @@ export class LinePod extends ChartwerkPod { const datapoints = this.findAndHighlightDatapoints(values.x, values.y); if(this.options.eventsCallbacks === undefined || this.options.eventsCallbacks.sharedCrosshairMove === undefined) { - console.log('Shared crosshair move, but there is no callback'); return; } @@ -396,7 +395,6 @@ export class LinePod extends ChartwerkPod { const datapoints = this.findAndHighlightDatapoints(xValue, yValue); if(this.options.eventsCallbacks === undefined || this.options.eventsCallbacks.mouseMove === undefined) { - console.log('Mouse move, but there is no callback'); return; } // TDOO: is shift key pressed