Remove unneeded code.

This commit is contained in:
Bryan Mauger 2024-04-15 13:54:36 -04:00
parent 3537fee2ba
commit 3951dfcf86

View file

@ -83,9 +83,7 @@ export default {
: this.getCmsContent(this.cmsWidgetName, 'ForwardButtonText');
},
footerImageURL() {
// return this.getCmsContent(this.cmsWidgetName, 'FooterImageURL');
const output = this.getCmsContent(this.cmsWidgetName, 'FooterImageURL');
console.log('original image', output);
return output;
},
includeFooterImage() {