diff --git a/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/batchEnqueued.ts b/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/batchEnqueued.ts index 1904a7a059..1e8608d884 100644 --- a/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/batchEnqueued.ts +++ b/invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/batchEnqueued.ts @@ -8,7 +8,6 @@ import { queueApi } from 'services/api/endpoints/queue'; import { theme, TOAST_OPTIONS } from 'theme/theme'; import { startAppListening } from '..'; -import { batchEnqueued } from '../../../actions'; const { toast } = createStandaloneToast({ theme: theme, @@ -20,7 +19,6 @@ export const addBatchEnqueuedListener = () => { startAppListening({ matcher: queueApi.endpoints.enqueueBatch.matchFulfilled, effect: async (action) => { - console.log({ action }) const response = action.payload; const arg = action.meta.arg.originalArgs; logger('queue').debug(