Skip to content

Commit

Permalink
Merge pull request #2 from GuillaumeOndongh/master
Browse files Browse the repository at this point in the history
Update api.py
  • Loading branch information
etiennekintzler committed Jun 7, 2022
2 parents 218d54d + 9aadf77 commit 6647b65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions offres_emploi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def referentiel(self, referentiel):
"""
referentiel_endpoint = "{}/{}".format(REFERENTIEL_ENDPOINT, referentiel)

print('Making request with params {}'.format(params))

r = self.session.get(
url=referentiel_endpoint,
headers=self.get_headers(),
Expand Down

0 comments on commit 6647b65

Please sign in to comment.