Sfoglia il codice sorgente

Removed console.log().

Maciej Bukowski 6 anni fa
parent
commit
bf4f80f6e1
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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 ) {