diff --git a/web/src/features/todos/todo-list/TodoList.tsx b/web/src/features/todos/todo-list/TodoList.tsx index a73bd2df..232976da 100644 --- a/web/src/features/todos/todo-list/TodoList.tsx +++ b/web/src/features/todos/todo-list/TodoList.tsx @@ -42,8 +42,6 @@ const TodoList = () => { const { todos, isLoading, addItem, removeItem, toggleItem, error } = useTodos() - console.log(error) - if (error) return
{error?.response?.data.message ?? 'Something went wrong!'}