Explorar o código

Removed unnecessary console.log in tests.

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
9f5077a1a9
Modificáronse 1 ficheiros con 0 adicións e 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 );
 	} );