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...");