Skip to content

Commit 22122d5

Browse files
committed
fix: 不要なconsole.log削除
1 parent 878cb63 commit 22122d5

File tree

1 file changed

+0
-2
lines changed
  • atcoder-problems-frontend/src/pages/Internal/MyAccountPage

1 file changed

+0
-2
lines changed

atcoder-problems-frontend/src/pages/Internal/MyAccountPage/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export const MyAccountPage = (): JSX.Element => {
2323
const [userId, setUserId] = useState("");
2424
const { path } = useRouteMatch();
2525
const { pathname } = useLocation();
26-
console.log(isUpdating);
27-
console.log(isValidResponse);
2826

2927
const handleSubmit = async (userId: string) => {
3028
setIsUpdating(true);

0 commit comments

Comments
 (0)