Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Nov 9, 2023
1 parent 4e99a3c commit cc272ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/ColorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const ColorPicker = ({
type="text"
placeholder="add Hex Color"
onChange={(event) => {
console.log(event.target.value)
setColorToAppend(event.target.value)}}
></input>
<button onClick={() => addColorToColorArray(colorToAppend)}>
Expand Down

0 comments on commit cc272ad

Please sign in to comment.