From fa397d10ca6f96fe20bfd83c8fea1fab3e4c3e5f Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Thu, 20 Apr 2023 18:31:35 +0100
Subject: [PATCH] removed console.log

---
 daily-thought-frontend/src/components/post/Post.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daily-thought-frontend/src/components/post/Post.tsx b/daily-thought-frontend/src/components/post/Post.tsx
index 38985b3c..1cf5950f 100644
--- a/daily-thought-frontend/src/components/post/Post.tsx
+++ b/daily-thought-frontend/src/components/post/Post.tsx
@@ -25,7 +25,6 @@ const Post: FC<PropsWithChildren<PostProps>> = ({
   loggedInUser,
   rehydrateFeed
 }) => {
-  console.log(user);
   return (
     <>
       <div className="flex w-full py-4 flex-col">
-- 
GitLab