Skip to content

Commit

Permalink
github profile finder remove a console.lo
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 1, 2024
1 parent 3d8ca41 commit 69b6223
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/GithubProfileFinder/GithubProfileFinder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export const GithubProfileFinder = () => {
setUserData(data);
setLoading(false);
}

console.log(data);
}

function handleSumbit() {
Expand Down

0 comments on commit 69b6223

Please sign in to comment.