Removed errant console.log

This commit is contained in:
Kevin Ansfield 2020-04-06 13:12:09 +01:00
parent c3883d4c6f
commit 40f2b11524

View File

@ -31,7 +31,6 @@ export default Component.extend({
actions: {
updateHtml(html) {
console.log('updateHtml', html);
this._updatePayloadAttr('html', html);
},