Remove console.logs
This commit is contained in:
parent
c6a65c8d27
commit
1cdff57208
1 changed files with 0 additions and 3 deletions
|
|
@ -59,10 +59,7 @@ export default {
|
||||||
const isVinbyAddressPermissible = await this.getIsVinbyAddressPermissible();
|
const isVinbyAddressPermissible = await this.getIsVinbyAddressPermissible();
|
||||||
this.questionTextFromCms = this.getCmsContent(this.cmsWidgetName, 'QuestionText');
|
this.questionTextFromCms = this.getCmsContent(this.cmsWidgetName, 'QuestionText');
|
||||||
|
|
||||||
console.log(JSON.parse)
|
|
||||||
|
|
||||||
const answers = this.getCmsContent(this.cmsWidgetName, 'Answers');
|
const answers = this.getCmsContent(this.cmsWidgetName, 'Answers');
|
||||||
console.log(JSON.parse(JSON.stringify(answers)));
|
|
||||||
if (Array.isArray(answers)) {
|
if (Array.isArray(answers)) {
|
||||||
if (!isVinbyAddressPermissible) {
|
if (!isVinbyAddressPermissible) {
|
||||||
const homeAddressIndex = answers.findIndex(answer => answer.Name === vinLookupMethodSelections.HOMEADDRESS);
|
const homeAddressIndex = answers.findIndex(answer => answer.Name === vinLookupMethodSelections.HOMEADDRESS);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue