chore: service worker changes, got rid of excessive console logs

This commit is contained in:
2024-04-07 18:54:03 +02:00
parent 28485cc28c
commit d98ec94a66
7 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export default defineComponent({
if (cargo) vehicleCargo = vehicle?.cargoTypes.find((c) => c.id == cargo) || null;
}
if (!vehicle) console.log('Brak pojazdu / rodzaj pojazdu źle wczytany:', type);
if (!vehicle) console.warn('Brak pojazdu / rodzaj pojazdu źle wczytany:', type);
this.addVehicle(vehicle, vehicleCargo);
});