diff --git a/src/utils/hooks/useFetchPosts.ts b/src/utils/hooks/useFetchPosts.ts index fdbca6efb..a94d6e093 100644 --- a/src/utils/hooks/useFetchPosts.ts +++ b/src/utils/hooks/useFetchPosts.ts @@ -60,7 +60,7 @@ export const useFetchPosts = ({ setPostsCount(count); } catch (error) { - console.log("Error when fetching posts:", error); + // console.log("Error when fetching posts:", error); setPosts((prevState) => ({ ...prevState, initialLoading: false,