From 944ee668b3eba6dae6550e2fc549121ccbf80e1c Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Fri, 15 May 2020 02:10:50 -0500 Subject: [PATCH] remove old comment --- ui/component/publishFile/view.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index 29ecc4008..290ff8a19 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -175,7 +175,6 @@ function PublishFile(props: Props) { // @endif } - // Lazy fix for flow errors: function handleFileChange(file: WebFile) { const { showToast } = props; window.URL = window.URL || window.webkitURL;