Skip to content

Commit

Permalink
refactor: remove console log (need to rebase after PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoaksnes committed Nov 15, 2022
1 parent b9703bf commit b0649de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/features/todos/todo-list/TodoList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ const TodoList = () => {
const { todos, isLoading, addItem, removeItem, toggleItem, error } =
useTodos()

console.log(error)

if (error)
return <div>{error?.response?.data.message ?? 'Something went wrong!'}</div>

Expand Down

0 comments on commit b0649de

Please sign in to comment.