remove debug comment

This commit is contained in:
Baltazar Gomez 2020-08-10 23:16:32 -05:00 committed by Sean Yesmunt
parent f881f3b1c6
commit c397297dfb

View file

@ -47,7 +47,6 @@ function PostEditor(props: Props) {
// Ready to edit content
useEffect(() => {
// flow error
if (!ready && !loading && fileText && streamingUrl) {
setReady(true);
}