diff --git a/api/backends/github.py b/api/backends/github.py index f8e876a..3faf303 100644 --- a/api/backends/github.py +++ b/api/backends/github.py @@ -298,7 +298,6 @@ class Github(Backend): user_data_response, ) ) - print(await response.json(loads=ujson.loads)) team_members: list[Contributor] = await asyncio.gather( *map( lambda member: self.__assemble_contributor(member, team_view=True),