Remove console log
This commit is contained in:
@@ -103,7 +103,6 @@ export class ListOfTunnelFlightsComponent implements OnInit {
|
|||||||
|
|
||||||
this.serviceTunnelFlight.getTunnelFlights(beginDate, endDate)
|
this.serviceTunnelFlight.getTunnelFlights(beginDate, endDate)
|
||||||
.subscribe((data) => {
|
.subscribe((data) => {
|
||||||
console.log(data);
|
|
||||||
this.dataSourceTable.data = data;
|
this.dataSourceTable.data = data;
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -129,7 +128,6 @@ export class ListOfTunnelFlightsComponent implements OnInit {
|
|||||||
};
|
};
|
||||||
|
|
||||||
public onPeriodChange() {
|
public onPeriodChange() {
|
||||||
console.log(this.selectedPeriod);
|
|
||||||
this.getData();
|
this.getData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user