Removed errant console.log

This commit is contained in:
Kevin Ansfield 2020-04-06 13:12:09 +01:00
parent 825161422f
commit 7c38bdccb3
1 changed files with 0 additions and 1 deletions

View File

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