Skip to content

Commit

Permalink
hiding logging of api url
Browse files Browse the repository at this point in the history
  • Loading branch information
zbhavyai committed Jun 13, 2022
1 parent aaaa128 commit b246d1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Movies.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const Movies = () => {
url += checkNumber(resultpage) ? '&page=' + resultpage : '';

useEffect(() => {
console.log('Hit url =', url);

axios.get(url).then((response) => {
setData(response.data);
});
Expand Down

0 comments on commit b246d1a

Please sign in to comment.