From 6a338d41a4695a3dc322f2fa5eefd408aa7fee39 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 15 Aug 2019 14:23:28 +0100 Subject: [PATCH] removed unnecessary console.log() --- src/app/dashboard/more-graphs-and-tables.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/dashboard/more-graphs-and-tables.component.ts b/src/app/dashboard/more-graphs-and-tables.component.ts index 3ef2f79..02a4b0e 100644 --- a/src/app/dashboard/more-graphs-and-tables.component.ts +++ b/src/app/dashboard/more-graphs-and-tables.component.ts @@ -183,7 +183,6 @@ export class MoreStuffComponent implements OnInit { } bubbleChartUpdate() { - console.log("updating"); // this is called when daterange is changed this.loadSupplierBubble(true, (this.bubbleChartBegin), (this.bubbleChartEnd)); console.log("Bubble chart updating...");