cleanup debug logs

dev
Michael Ball 2015-12-15 22:50:11 -08:00
rodzic cad8f21e74
commit 719d7dc400
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -4512,8 +4512,6 @@ CursorMorph.prototype.init = function (aStringOrTextMorph) {
this.hiddenText.addEventListener( this.hiddenText.addEventListener(
'keypress', 'keypress',
function (event) { function (event) {
console.log('press');
console.log(event);
myself.processKeyPress(event); myself.processKeyPress(event);
this.value = myself.target.selection(); this.value = myself.target.selection();
this.select(); this.select();
@ -4524,8 +4522,6 @@ CursorMorph.prototype.init = function (aStringOrTextMorph) {
this.hiddenText.addEventListener( this.hiddenText.addEventListener(
'keydown', 'keydown',
function (event) { function (event) {
console.log('down');
console.log(event);
myself.processKeyDown(event); myself.processKeyDown(event);
this.value = myself.target.selection(); this.value = myself.target.selection();
this.select(); this.select();