aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-23 01:34:46 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-23 01:34:46 -0400
commita2faa344dc76407e8120ffb83d7431b851d01cb8 (patch)
treea37649fed886be661520c0b97f9f015ffa70ef6a /src
parent20f45adceb17b8cfe47f979d6f20329163477126 (diff)
final image upload change?
Diffstat (limited to 'src')
-rw-r--r--src/mobile/ImageUpload.tsx2
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;