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
-2
View File
@@ -127,8 +127,6 @@ export const useStore = defineStore({
try {
const vehiclesData = (await http.get<IVehiclesAPI>('/vehiclesData')).data;
this.vehiclesAPIData = vehiclesData;
console.log(vehiclesData);
} catch (error) {
console.error(error);
}