From 6dedb3faccf9186f6fd659658157d5a65848cd26 Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Fri, 18 Nov 2022 13:39:17 +0000 Subject: [PATCH] Front: Remove logs --- front/views/AuthenticationView.tsx | 1 - front/views/HomeView.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/front/views/AuthenticationView.tsx b/front/views/AuthenticationView.tsx index 2b8dba6..ffd78bb 100644 --- a/front/views/AuthenticationView.tsx +++ b/front/views/AuthenticationView.tsx @@ -23,7 +23,6 @@ const handleSignup = async (username: string, password: string, email: string, a apiSetter(apiAccess); return translate("loggedIn"); } catch (error) { - console.log(error); return "User already exists"; } }; diff --git a/front/views/HomeView.tsx b/front/views/HomeView.tsx index 26a9ed0..faefc22 100644 --- a/front/views/HomeView.tsx +++ b/front/views/HomeView.tsx @@ -43,7 +43,6 @@ const HomeView = () => { } - console.log(userQuery.data); return