comment out debugging line

pull/1/head
ansuz 9 years ago
parent 6c340a6527
commit 772ca5d30e

@ -32,7 +32,7 @@ var applyChange = function(ctx, oldval, newval) {
if (newval.length !== commonStart + commonEnd) { if (newval.length !== commonStart + commonEnd) {
if (ctx.localChange) { ctx.localChange(true); } if (ctx.localChange) { ctx.localChange(true); }
ctx.insert(commonStart, newval.slice(commonStart, newval.length - commonEnd)); ctx.insert(commonStart, newval.slice(commonStart, newval.length - commonEnd));
console.log("insert: " + newval.slice(commonStart, newval.length - commonEnd)); //console.log("insert: " + newval.slice(commonStart, newval.length - commonEnd));
} }
}; };

Loading…
Cancel
Save