Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Nov 20, 2024
1 parent a6f7684 commit e52407e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MyAccount/NewSettings/UsernameForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const UsernameForm = ({ patron, usernameState }: UsernameFormProps) => {
setIsEditing(false)
setUsernameStatus("")
const submissionInput = tempInput === null ? "" : tempInput
console.log(JSON.stringify({ username: submissionInput }))
try {
const response = await fetch(
`${BASE_URL}/api/account/username/${patron.id}`,
Expand Down

0 comments on commit e52407e

Please sign in to comment.