mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(ui): remove debugging stmt
This commit is contained in:
parent
63e96fd1ea
commit
2815f737fe
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user