Skip to content

Commit

Permalink
fix(input): removing console log from input
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerplex committed Aug 17, 2023
1 parent a0ed88f commit ba2b899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/components/input/src/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ const Root = forwardRef<HTMLInputElement, InputProps>(
}
}

console.log('LOCAL INPUT')

return (
<Component
ref={ref}
Expand Down

0 comments on commit ba2b899

Please sign in to comment.