Bye bye console.log
This commit is contained in:
@@ -21,8 +21,6 @@ export default function QemuResourcePage() {
|
||||
}
|
||||
}, [qemu]);
|
||||
|
||||
console.log({ rddData });
|
||||
|
||||
return (
|
||||
<ScrollView>
|
||||
<Card>
|
||||
|
@@ -58,7 +58,6 @@ export default function Login() {
|
||||
authStore.update({ domain, username, ticketData });
|
||||
},
|
||||
onError: (error: AxiosError) => {
|
||||
console.log(error);
|
||||
switch (error.code) {
|
||||
case "ERR_BAD_REQUEST":
|
||||
setError("Invalid username or password");
|
||||
|
Reference in New Issue
Block a user