Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 14, 2023
1 parent 8e551d0 commit ef85220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/containers/DropdownListSidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function DropdownListSidebar() {
)
}
})
console.log(selected)
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [activeThread, activeModel, stateModel.loading])

Expand Down

0 comments on commit ef85220

Please sign in to comment.