Front: Remove logs
This commit is contained in:
@@ -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";
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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' }}>
|
||||
|
||||
Reference in New Issue
Block a user