Removing comment

This commit is contained in:
Michaela Brydon 2024-11-25 16:27:33 -05:00
parent d9c6139b21
commit da5ec8d8e9

View file

@ -1133,7 +1133,6 @@ export const useMainStore = defineStore({
endpoint: `${endpoints.GetGlassFees.url}?${params.toString()}${partNumberListQueryString}`
});
},
// TODO do we even use this anymore?
async getSupportingItems() {
const { glassParts } = this.lineItems;
const { carId } = this.vehicle;