mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Cleanup c.d.
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user