removed unnecessary console.log()

This commit is contained in:
Felix 2019-08-15 14:23:28 +01:00
parent a8cd23cf5c
commit 6a338d41a4

View file

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