removed unnecessary console.log()
This commit is contained in:
parent
a8cd23cf5c
commit
6a338d41a4
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ export class MoreStuffComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
bubbleChartUpdate() {
|
bubbleChartUpdate() {
|
||||||
console.log("updating");
|
|
||||||
// this is called when daterange is changed
|
// this is called when daterange is changed
|
||||||
this.loadSupplierBubble(true, (this.bubbleChartBegin), (this.bubbleChartEnd));
|
this.loadSupplierBubble(true, (this.bubbleChartBegin), (this.bubbleChartEnd));
|
||||||
console.log("Bubble chart updating...");
|
console.log("Bubble chart updating...");
|
||||||
|
|
Reference in a new issue