diff --git a/frontend/src/components/pages/Study.jsx b/frontend/src/components/pages/Study.jsx index 92de04d..cb1c9a9 100644 --- a/frontend/src/components/pages/Study.jsx +++ b/frontend/src/components/pages/Study.jsx @@ -91,7 +91,6 @@ export default function Study() { method: "get", }).then((response) => { response.json().then((resp) => { - console.log(resp.random_password); setGenPassword(resp.random_password); }); });