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,