diff options
-rw-r--r-- | src/mobile/ImageUpload.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mobile/ImageUpload.tsx b/src/mobile/ImageUpload.tsx index 6ca3a6f23..bfc1738fc 100644 --- a/src/mobile/ImageUpload.tsx +++ b/src/mobile/ImageUpload.tsx @@ -50,8 +50,6 @@ class Uploader extends React.Component { body: formData }); this.status = "upload image, getting json"; - this.status = await res.text(); - return; const json = await res.json(); json.map(async (file: any) => { let path = window.location.origin + file; |