refactor: remove print logging

This commit is contained in:
Alexandre Teles 2023-08-19 20:54:47 -03:00
parent 751624c6fc
commit 56cb7f2ba2
No known key found for this signature in database
GPG Key ID: DB1C7FA46B1007F0

View File

@ -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),