Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Dec 10, 2021
1 parent 6f0f7bc commit 7264cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/types/edition/quill_editor/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ define([
exportToHTML: function() {
const dom = this.dom[0].querySelector('.ql-editor');
API.domToHTML(dom).then((html) => {
console.log(html);
API.copyHTMLToClipboard(html);
});
},
Expand Down

0 comments on commit 7264cd6

Please sign in to comment.