8
0
Maciej Bukowski 6 лет назад
Родитель
Сommit
bf4f80f6e1
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/ckeditor5-watchdog/src/watchdog.js

+ 0 - 2
packages/ckeditor5-watchdog/src/watchdog.js

@@ -288,8 +288,6 @@ export default class Watchdog {
 	_save() {
 		const version = this._editor.model.document.version;
 
-		console.log( 'saving' );
-
 		// Change may not produce an operation, so the document's version
 		// can be the same after that change.
 		if ( version === this._lastDocumentVersion ) {