Skip to content

Commit

Permalink
Remove extraneous console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrammond committed Feb 24, 2019
1 parent 6d96b3c commit 5083889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@

// New contenteditable editor
function insertContenteditable (el, template, overwrite) {
console.log(el.innerHTML);
setTimeout(function () {
if (overwrite) {
el.innerHTML = marked(template);
Expand Down

0 comments on commit 5083889

Please sign in to comment.