removed unnecessary console.log()
This commit is contained in:
parent
7f6030b1e5
commit
f92dd7d55f
1 changed files with 0 additions and 1 deletions
|
@ -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...");
|
||||
|
|
Reference in a new issue