Преглед на файлове

Removed unnecessary console.log in tests.

Piotrek Koszuliński преди 9 години
родител
ревизия
9f5077a1a9
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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 );
 	} );