mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): remove console.log()
This commit is contained in:
parent
7004430380
commit
f1c226b171
@ -91,8 +91,6 @@ export const receivedPageOfImages = createAppAsyncThunk(
|
|||||||
categories.includes(i.image_category)
|
categories.includes(i.image_category)
|
||||||
).length;
|
).length;
|
||||||
|
|
||||||
console.log(categories);
|
|
||||||
|
|
||||||
const response = await ImagesService.listImagesWithMetadata({
|
const response = await ImagesService.listImagesWithMetadata({
|
||||||
categories,
|
categories,
|
||||||
isIntermediate: false,
|
isIntermediate: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user