From c397297dfb56bb98fc6ba391ea510685a59179f5 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Mon, 10 Aug 2020 23:16:32 -0500 Subject: [PATCH] remove debug comment --- ui/component/postEditor/view.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/component/postEditor/view.jsx b/ui/component/postEditor/view.jsx index 18bed4f7c..e08ce6118 100644 --- a/ui/component/postEditor/view.jsx +++ b/ui/component/postEditor/view.jsx @@ -47,7 +47,6 @@ function PostEditor(props: Props) { // Ready to edit content useEffect(() => { - // flow error if (!ready && !loading && fileText && streamingUrl) { setReady(true); }