Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Oct 23, 2023
1 parent 125189c commit a8b3875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyalex/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ def count(self):
def _get_from_url(self, url, return_meta=False):
params = {"api_key": config.api_key} if config.api_key else {}

print("hellowww")
# print(res.status_code)
res = _get_requests_session().get(
url,
headers={"User-Agent": "pyalex/" + __version__, "email": config.email},
Expand Down

0 comments on commit a8b3875

Please sign in to comment.