Remove comment

This commit is contained in:
brydon1 2023-09-12 11:34:27 -04:00
parent 3a70880471
commit df94c4dda1

View file

@ -217,8 +217,6 @@ export default {
return this.getHeaderTextFromCms('NextStepsWidget');
},
nextStepsBody() {
console.log('next steps body');
return this.getBodyTextFromCms('NextStepsWidget')?.replaceAll('{custom:damage}', this.damageText);
},
continueWithSchedulingBodyText() {