浏览代码

Removed console.log().

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() {
 	_save() {
 		const version = this._editor.model.document.version;
 		const version = this._editor.model.document.version;
 
 
-		console.log( 'saving' );
-
 		// Change may not produce an operation, so the document's version
 		// Change may not produce an operation, so the document's version
 		// can be the same after that change.
 		// can be the same after that change.
 		if ( version === this._lastDocumentVersion ) {
 		if ( version === this._lastDocumentVersion ) {