Removing comments
This commit is contained in:
parent
558444bcd0
commit
14487d10b4
1 changed files with 0 additions and 3 deletions
|
|
@ -556,10 +556,8 @@ export const useMainStore = defineStore({
|
||||||
const { vin } = vehicle;
|
const { vin } = vehicle;
|
||||||
|
|
||||||
// create a new array to avoid mutating state
|
// create a new array to avoid mutating state
|
||||||
console.log('compatible format');
|
|
||||||
const glassArrayForPayload = convertGlassPieceToBackEndCompatibleFormat(glassArray);
|
const glassArrayForPayload = convertGlassPieceToBackEndCompatibleFormat(glassArray);
|
||||||
|
|
||||||
console.log('before api call');
|
|
||||||
const response = await globalMethods.callHttpClient({
|
const response = await globalMethods.callHttpClient({
|
||||||
method: endpoints.GetPartsOrQuestions.method,
|
method: endpoints.GetPartsOrQuestions.method,
|
||||||
endpoint: endpoints.GetPartsOrQuestions.url,
|
endpoint: endpoints.GetPartsOrQuestions.url,
|
||||||
|
|
@ -571,7 +569,6 @@ export const useMainStore = defineStore({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('about to convert');
|
|
||||||
// Flatten location and name properties
|
// Flatten location and name properties
|
||||||
response.data.partsOrQuestions = convertGlassPieceNamingFromApi(response.data.partsOrQuestions);
|
response.data.partsOrQuestions = convertGlassPieceNamingFromApi(response.data.partsOrQuestions);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue