From 54c2dcb8e63cc814a610392629a0673b6d738c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 10 Nov 2020 16:30:07 +0100 Subject: [PATCH] remove log --- packages/core/src/Editor.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/core/src/Editor.ts b/packages/core/src/Editor.ts index 852aaf22..eb192f40 100644 --- a/packages/core/src/Editor.ts +++ b/packages/core/src/Editor.ts @@ -267,8 +267,6 @@ export class Editor extends EventEmitter { }), }) - console.log({ plugins: this.extensionManager.plugins }) - // `editor.view` is not yet available at this time. // Therefore we will add all plugins and node views directly afterwards. const newState = this.state.reconfigure({