fix: remove debug log

This commit is contained in:
Philipp Kühn
2021-04-07 16:03:01 +02:00
parent 2718ccff6f
commit beb96c5cbf

View File

@@ -232,8 +232,6 @@ export class Editor extends EventEmitter {
* Creates a ProseMirror view. * Creates a ProseMirror view.
*/ */
private createView(): void { private createView(): void {
console.log(this.schema.topNodeType)
this.view = new EditorView(this.options.element, { this.view = new EditorView(this.options.element, {
...this.options.editorProps, ...this.options.editorProps,
dispatchTransaction: this.dispatchTransaction.bind(this), dispatchTransaction: this.dispatchTransaction.bind(this),