Remove console.logs

This commit is contained in:
Alex Humphries 2026-02-16 15:03:44 -05:00
parent c6a65c8d27
commit 1cdff57208

View file

@ -59,10 +59,7 @@ export default {
const isVinbyAddressPermissible = await this.getIsVinbyAddressPermissible();
this.questionTextFromCms = this.getCmsContent(this.cmsWidgetName, 'QuestionText');
console.log(JSON.parse)
const answers = this.getCmsContent(this.cmsWidgetName, 'Answers');
console.log(JSON.parse(JSON.stringify(answers)));
if (Array.isArray(answers)) {
if (!isVinbyAddressPermissible) {
const homeAddressIndex = answers.findIndex(answer => answer.Name === vinLookupMethodSelections.HOMEADDRESS);