mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove log
This commit is contained in:
parent
99d2099ccd
commit
1d2743af1b
@ -18,7 +18,6 @@ const ParamMainModelSelect = () => {
|
||||
const dispatch = useAppDispatch();
|
||||
const { t } = useTranslation();
|
||||
const selectedModel = useAppSelector(selectModel);
|
||||
console.log({ selectedModel });
|
||||
const { data, isLoading } = useGetMainModelsQuery(NON_REFINER_BASE_MODELS);
|
||||
|
||||
const _onChange = useCallback(
|
||||
|
Loading…
Reference in New Issue
Block a user