mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
chore: service worker changes, got rid of excessive console logs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user