mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 04:51:07 +00:00
tidy(ui): remove debugging stmt
This commit is contained in:
@ -42,8 +42,6 @@ const ParamVAEModelSelect = () => {
|
|||||||
getIsDisabled,
|
getIsDisabled,
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(value)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<FormControl isDisabled={!options.length} isInvalid={!options.length}>
|
<FormControl isDisabled={!options.length} isInvalid={!options.length}>
|
||||||
<InformationalPopover feature="paramVAE">
|
<InformationalPopover feature="paramVAE">
|
||||||
|
Reference in New Issue
Block a user