Removing comment

This commit is contained in:
Michaela Brydon 2024-03-04 15:14:17 -05:00
parent de406b6fbb
commit e359126d3d

View file

@ -194,11 +194,8 @@ export default {
window.console.error('One or more items have no price assigned!');
}
if (this.pricedGlassParts.length > 0) {
// TODO saving glass parts here
store.updateGlassParts(this.pricedGlassParts);
}
// TODO saving supporting items on service packages page
// TODO does the glass parts array change?
store.updateSupportingItems(this.supportingItems);
store.updateVaps(this.selectedVaps);