From 7e4d53f299bdfb76707111b60691c1a0403b24b8 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Tue, 17 Sep 2024 12:18:09 +0200 Subject: [PATCH] dummy eslint test --- src/utils/hooks/useFetchPosts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,