mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Removes stray console.log()
This commit is contained in:
parent
d4376ed240
commit
76e7e82f5e
@ -113,7 +113,6 @@ export default function IAISlider(props: IAIFullSliderProps) {
|
|||||||
}, [value, localInputValue, setLocalInputValue]);
|
}, [value, localInputValue, setLocalInputValue]);
|
||||||
|
|
||||||
const handleInputBlur = (e: FocusEvent<HTMLInputElement>) => {
|
const handleInputBlur = (e: FocusEvent<HTMLInputElement>) => {
|
||||||
console.log(numberInputMax);
|
|
||||||
const clamped = _.clamp(
|
const clamped = _.clamp(
|
||||||
isInteger ? Math.floor(Number(e.target.value)) : Number(e.target.value),
|
isInteger ? Math.floor(Number(e.target.value)) : Number(e.target.value),
|
||||||
min,
|
min,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user