|
@@ -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 ) {
|