Bye bye console.log

This commit is contained in:
niku 2023-06-10 22:24:52 +02:00
parent 3d02d19f05
commit b8f45492a4
2 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,6 @@ export default function QemuResourcePage() {
} }
}, [qemu]); }, [qemu]);
console.log({ rddData });
return ( return (
<ScrollView> <ScrollView>
<Card> <Card>

View File

@ -58,7 +58,6 @@ export default function Login() {
authStore.update({ domain, username, ticketData }); authStore.update({ domain, username, ticketData });
}, },
onError: (error: AxiosError) => { onError: (error: AxiosError) => {
console.log(error);
switch (error.code) { switch (error.code) {
case "ERR_BAD_REQUEST": case "ERR_BAD_REQUEST":
setError("Invalid username or password"); setError("Invalid username or password");