mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
remove console log
This commit is contained in:
parent
158a12c9d0
commit
be10a3719c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue