Maciej Bukowski преди 6 години
родител
ревизия
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 ) {