mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 22:15:11 -05:00
tidy(ui): remove debugging stmt
This commit is contained in:
@@ -41,8 +41,6 @@ const ParamVAEModelSelect = () => {
|
||||
isLoading,
|
||||
getIsDisabled,
|
||||
});
|
||||
|
||||
console.log(value)
|
||||
|
||||
return (
|
||||
<FormControl isDisabled={!options.length} isInvalid={!options.length}>
|
||||
|
||||
Reference in New Issue
Block a user