8
0
Просмотр исходного кода

Remove debug console.log comment.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
69c1ba20bc
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-ui/src/view.js

+ 0 - 1
packages/ckeditor5-ui/src/view.js

@@ -92,7 +92,6 @@ export default class View {
 	 * @param {module:utils/locale~Locale} [locale] The localization services instance.
 	 */
 	constructor( locale ) {
-		// console.log( 'new', this.constructor.name, '()' );
 		/**
 		 * An HTML element of the view. `null` until {@link #render rendered}
 		 * from the {@link #template}.