Remove console.log

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-26 21:20:43 -05:00
parent aff0bde0a8
commit 92a2224b91
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.1.17",
"version": "0.1.18",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

@ -115,7 +115,6 @@ export function UserInput() {
onChange={handleChange}
onKeyUp={handleKeyUp}
onFocus={handleFocus}
onInput={console.log}
placeholder="Message"
autoComplete="off"
value={draft}