Explorar o código

removed console.logs

Daniel %!s(int64=9) %!d(string=hai) anos
pai
achega
0f6bfea489
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      editor/js/History.js

+ 0 - 2
editor/js/History.js

@@ -106,7 +106,6 @@ History.prototype = {
 		if ( cmd !== undefined ) {
 
 			cmd.undo();
-			console.log('Type: Undo ' + cmd.type );
 			this.redos.push( cmd );
 			this.editor.signals.historyChanged.dispatch( cmd );
 
@@ -145,7 +144,6 @@ History.prototype = {
 		if ( cmd !== undefined ) {
 
 			cmd.execute();
-			console.log('Type: Redo ' + cmd.type );
 			this.undos.push( cmd );
 			this.editor.signals.historyChanged.dispatch( cmd );