aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 () => {