remove debug comment

This commit is contained in:
Baltazar Gomez 2020-08-12 13:24:41 -05:00 committed by Sean Yesmunt
parent c397297dfb
commit d2ca72e246

View file

@ -241,7 +241,6 @@ function PublishFile(props: Props) {
}
}
// Flow error [+]
function handleFileChange(file: WebFile) {
const { showToast } = props;
window.URL = window.URL || window.webkitURL;