mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(ui): remove errant console.logs
This commit is contained in:
committed by
Kent Keirsey
parent
44280ed472
commit
adebe639e3
@ -132,7 +132,6 @@ export const addControlAdapterPreprocessor = (startAppListening: AppStartListeni
|
||||
dispatch(caLayerIsProcessingImageChanged({ layerId, isProcessingImage: false }));
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
log.error({ enqueueBatchArg: parseify(enqueueBatchArg) }, t('queue.graphFailedToQueue'));
|
||||
dispatch(caLayerIsProcessingImageChanged({ layerId, isProcessingImage: false }));
|
||||
|
||||
|
Reference in New Issue
Block a user