Removing comment

This commit is contained in:
Michaela Brydon 2024-03-04 15:16:45 -05:00
parent 3a75fe9658
commit 60012cb033

View file

@ -946,7 +946,6 @@ export const useMainStore = defineStore({
});
},
// TODO this needs called when vehicle, damage, or glass parts changes
async getSupportingItems() {
const { glassParts } = this.lineItems;
const { carId } = this.vehicle;