mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-05 22:38:11 +00:00
Cleanup c.d.
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
import axios from 'axios';
|
||||
import { defineComponent, PropType } from 'vue';
|
||||
import dateMixin from '../../mixins/dateMixin';
|
||||
@@ -67,8 +66,6 @@ export default defineComponent({
|
||||
|
||||
this.dispatcherHistoryList = historyAPIData;
|
||||
this.dataStatus = DataStatus.Loaded;
|
||||
|
||||
console.log(this.dispatcherHistoryList);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
@@ -113,4 +110,3 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -8,10 +8,6 @@ export default defineComponent({
|
||||
};
|
||||
},
|
||||
|
||||
mounted() {
|
||||
console.log('Mixin mounted');
|
||||
},
|
||||
|
||||
computed: {
|
||||
chosenTrain() {
|
||||
return this.store.trainList.find((train) => train.trainId == this.store.chosenModalTrainId);
|
||||
|
||||
@@ -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