From 44171e616be7b7dc7a241eceb270374e583cc6fd Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 1 Mar 2023 23:58:54 +0100 Subject: [PATCH] bump pod 1.3.0 --- src/App.vue | 2 +- src/components/utils/StockThumbnails.vue | 2 -- src/mixins/stockMixin.ts | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 32b5b25..1340ac4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,6 +34,7 @@ regulaminem symulatora Train Driver 2! +
Strona jest kompletna dla wersji 2022.2.2 symulatora TD2
© Spythere {{ new Date().getUTCFullYear() }} | v{{ VERSION }} @@ -164,7 +165,6 @@ footer { /* MOBILE VIEWS */ - @media screen and (max-width: $breakpointMd) { #app { font-size: calc(0.7rem + 0.75vw); diff --git a/src/components/utils/StockThumbnails.vue b/src/components/utils/StockThumbnails.vue index 2324a86..00d0b36 100644 --- a/src/components/utils/StockThumbnails.vue +++ b/src/components/utils/StockThumbnails.vue @@ -43,8 +43,6 @@ const onListItemClick = (index: number) => { }; const stockImageError = (e: Event, stock: IStock) => { - console.log('error'); - emit('stockImageError', e, stock); }; diff --git a/src/mixins/stockMixin.ts b/src/mixins/stockMixin.ts index 811768a..6f1a633 100644 --- a/src/mixins/stockMixin.ts +++ b/src/mixins/stockMixin.ts @@ -18,8 +18,6 @@ export default defineComponent({ getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock { const isLoco = isLocomotive(vehicle); - console.log(vehicle.type); - return { id: this.getStockId(), type: vehicle.type,