From 0c866a192e7a7beb537650d389b41f62c8d13ed3 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Mon, 30 Nov 2020 11:44:07 +0000 Subject: [PATCH] Delete placeholder console logging --- src/app/widgets/graph-widget.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/widgets/graph-widget.component.ts b/src/app/widgets/graph-widget.component.ts index a3bd012..06f8749 100644 --- a/src/app/widgets/graph-widget.component.ts +++ b/src/app/widgets/graph-widget.component.ts @@ -145,11 +145,9 @@ export class GraphWidget implements OnInit { // events public chartClicked(e: any): void { - console.log(e); } public chartHovered(e: any): void { - console.log(e); } private tooltipLabelCallback(tooltipItem: any, data: any) {