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