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