diff --git a/static/js/page_view.js b/static/js/page_view.js index bbc1f8b..3a2bb20 100644 --- a/static/js/page_view.js +++ b/static/js/page_view.js @@ -140,7 +140,6 @@ exports.aceCreateDomLine = function(name, context){ function doInsertPageBreak(){ this.editorInfo.ace_doReturnKey(); - console.log("THIS WITH REP", this); var rep = this.rep; var documentAttributeManager = this.documentAttributeManager; if (!(rep.selStart && rep.selEnd)){ return; } // only continue if we have some caret position