Removing comment

This commit is contained in:
Michaela Brydon 2023-10-30 16:43:12 -04:00
parent 254af87d7e
commit f96cd96435

View file

@ -14,7 +14,6 @@ export default {
}, },
methods: { methods: {
setCmsContent(cmsContent) { setCmsContent(cmsContent) {
console.log(' setting cms content');
this.$root.cmsContentByWidget = cmsContent; this.$root.cmsContentByWidget = cmsContent;
}, },
getCmsContent(widgetName, fieldName) { getCmsContent(widgetName, fieldName) {