remove console log

This commit is contained in:
John McLear 2013-12-18 21:53:23 +00:00
parent 158a12c9d0
commit be10a3719c

View file

@ -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