Front: Remove logs

This commit is contained in:
Arthi-chaud
2022-11-18 13:39:17 +00:00
parent b83a369799
commit 6dedb3facc
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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";
}
};
-1
View File
@@ -43,7 +43,6 @@ const HomeView = () => {
<LoadingComponent/>
</Box>
}
console.log(userQuery.data);
return <ScrollView>
<Box style={{ display: 'flex', padding: 30 }}>
<Box textAlign={ screenSize == 'small' ? 'center' : undefined } style={{ flexDirection, justifyContent: 'center', display: 'flex' }}>