浏览代码

Removed debug dependency.

Oskar Wrobel 9 年之前
父节点
当前提交
240c84ecb7
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      packages/ckeditor5-typing/src/typing.js

+ 0 - 3
packages/ckeditor5-typing/src/typing.js

@@ -15,7 +15,6 @@ import ViewContainerElement from '../engine/view/containerelement.js';
 import diff from '../utils/diff.js';
 import diffToChanges from '../utils/difftochanges.js';
 import { getCode } from '../utils/keyboard.js';
-import { getData } from '/tests/engine/_utils/model.js';
 
 /**
  * The typing feature. Handles... typing.
@@ -209,8 +208,6 @@ class MutationHandler {
 		if ( this.selectionPosition ) {
 			this.editing.model.selection.collapse( this.selectionPosition );
 		}
-
-		console.log( getData( this.editing.model ) ); // jshint ignore:line
 	}
 }