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)
|
||||
).length;
|
||||
|
||||
console.log(categories);
|
||||
|
||||
const response = await ImagesService.listImagesWithMetadata({
|
||||
categories,
|
||||
isIntermediate: false,
|
||||
|
Loading…
Reference in New Issue
Block a user