aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-09-03 00:21:46 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-09-03 00:21:46 +0900
commiteb71dfcf35a6eaaa8ca19708bd653c8d6ef29452 (patch)
tree12c15e682704e00f7554a99fe2a6fc5e355a5002 /src
parent901e46484d855b2c16c624f383ec0a28732399b2 (diff)
不要になったデバッグコードを削除HEADmain
Diffstat (limited to 'src')
-rw-r--r--src/SignUpForm3.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SignUpForm3.tsx b/src/SignUpForm3.tsx
index bfe2f45..1c3acaf 100644
--- a/src/SignUpForm3.tsx
+++ b/src/SignUpForm3.tsx
@@ -31,9 +31,6 @@ export const SignUpForm3Main = () => {
const repoQueryEnabled = watchHasGithubRepo && githubUsername.length > 0;
- console.log(githubUsername)
- console.log(repoQueryEnabled)
-
const { data: reposData, isLoading: reposIsLoading, isError: reposIsError, error: reposError } = useQuery({
queryKey: ['githubRepos', githubUsername],
queryFn: async () => {