mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove log
This commit is contained in:
parent
fbac11a521
commit
fd51edfc81
@ -156,7 +156,6 @@ export const imageUploaded = createAppAsyncThunk<
|
|||||||
is_intermediate,
|
is_intermediate,
|
||||||
session_id,
|
session_id,
|
||||||
} = arg;
|
} = arg;
|
||||||
console.log({ file })
|
|
||||||
const { post } = $client.get();
|
const { post } = $client.get();
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append('file', file);
|
formData.append('file', file);
|
||||||
|
Loading…
Reference in New Issue
Block a user