diff --git a/src/Components/Notes/Notes.jsx b/src/Components/Notes/Notes.jsx index 23ea477ce..fa2ebcd03 100644 --- a/src/Components/Notes/Notes.jsx +++ b/src/Components/Notes/Notes.jsx @@ -30,13 +30,10 @@ export default function Notes() { const repository = useStore((state) => state.repository) const selectedNoteId = useStore((state) => state.selectedNoteId) const setComments = useStore((state) => state.setComments) - console.log('comments', comments) - const [hasError, setHasError] = useState(false) const {user} = useAuth0() const isMobile = useIsMobile() - console.log('user', user) const selectedNote = (notes && selectedNoteId) ?