Cleanup c.d.

This commit is contained in:
2022-08-27 14:05:35 +02:00
parent aae51d4139
commit 6dd8cb2dad
3 changed files with 138 additions and 148 deletions
-2
View File
@@ -64,8 +64,6 @@ export default defineComponent({
computedStationList() {
const list = this.filterManager.getFilteredStationList(this.store.stationList, this.store.region.id);
console.log(list.map((station) => `${station.name} ${station.onlineInfo?.statusTimestamp}`));
return list;
},
},