Remove useless log

This commit is contained in:
Arnaud 2024-10-15 13:36:45 +02:00
parent a90c3744b4
commit 3aaebb9d03
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 0 additions and 2 deletions

View File

@ -76,8 +76,6 @@ export const Input = forwardRef<HTMLInputElement, Props>(
onChange?.(e);
};
console.info(rest);
return (
<>
{label && (