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
@ -41,8 +41,6 @@ const ParamVAEModelSelect = () => {
|
||||
isLoading,
|
||||
getIsDisabled,
|
||||
});
|
||||
|
||||
console.log(value)
|
||||
|
||||
return (
|
||||
<FormControl isDisabled={!options.length} isInvalid={!options.length}>
|
||||
|
Loading…
Reference in New Issue
Block a user