Explorar el Código

Removed unnecessary console.log in tests.

Piotrek Koszuliński hace 9 años
padre
commit
9f5077a1a9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      tests/creator/manual/creator-legacy.js

+ 0 - 2
tests/creator/manual/creator-legacy.js

@@ -29,8 +29,6 @@ function initEditor() {
 		window.editor = editor = newEditor;
 		window.editable = editable = editor.editables.get( 0 );
 
-		console.log( window.editor, editor );
-
 		observer = testUtils.createObserver();
 		observer.observe( 'Editable', editable );
 	} );