From 3bb9d2efd6ba95f342e0993b99326ee1caa54cf4 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 2 Jun 2020 22:35:05 +0100 Subject: [PATCH] Update TinyMCE.tsx --- ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx b/ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx index 41830ec4c9..9bb0f88943 100644 --- a/ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx +++ b/ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.tsx @@ -765,8 +765,6 @@ const TinyMCE = (props:NoteBodyEditorProps, ref:any) => { const loadContent = async () => { if (lastOnChangeEventInfo.current.content !== props.content || lastOnChangeEventInfo.current.resourceInfos !== props.resourceInfos) { - console.info('RELOAD CONTENT'); - const result = await props.markupToHtml(props.contentMarkupLanguage, props.content, markupRenderOptions({ resourceInfos: props.resourceInfos })); if (cancelled) return;