We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878cb63 commit 22122d5Copy full SHA for 22122d5
atcoder-problems-frontend/src/pages/Internal/MyAccountPage/index.tsx
@@ -23,8 +23,6 @@ export const MyAccountPage = (): JSX.Element => {
23
const [userId, setUserId] = useState("");
24
const { path } = useRouteMatch();
25
const { pathname } = useLocation();
26
- console.log(isUpdating);
27
- console.log(isValidResponse);
28
29
const handleSubmit = async (userId: string) => {
30
setIsUpdating(true);
0 commit comments