removed console log
This commit is contained in:
parent
17e08189a8
commit
1a8375583c
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ export default {
|
|||
];
|
||||
|
||||
const resultMap = await settleAllPromises(promiseResultMap);
|
||||
console.log(resultMap.wipers);
|
||||
|
||||
const glassParts = lineItemsFromStore.glassParts ?? [];
|
||||
const supportingItems = lineItemsFromStore.supportingItems ?? [];
|
||||
const vaps = lineItemsFromStore.vaps ?? [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue