tidy(ui): remove errant console.logs

This commit is contained in:
psychedelicious
2024-05-09 10:08:36 +10:00
committed by Kent Keirsey
parent 44280ed472
commit adebe639e3
3 changed files with 0 additions and 8 deletions

View File

@ -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 }));