remove log

This commit is contained in:
Mary Hipp 2023-07-07 12:04:41 -04:00
parent fbac11a521
commit fd51edfc81

View File

@ -156,7 +156,6 @@ export const imageUploaded = createAppAsyncThunk<
is_intermediate,
session_id,
} = arg;
console.log({ file })
const { post } = $client.get();
const formData = new FormData();
formData.append('file', file);