Remove useless log
This commit is contained in:
parent
a90c3744b4
commit
3aaebb9d03
|
@ -76,8 +76,6 @@ export const Input = forwardRef<HTMLInputElement, Props>(
|
||||||
onChange?.(e);
|
onChange?.(e);
|
||||||
};
|
};
|
||||||
|
|
||||||
console.info(rest);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{label && (
|
{label && (
|
||||||
|
|
Loading…
Reference in New Issue