refactor: remove print logging

This commit is contained in:
Alexandre Teles
2023-08-19 20:54:47 -03:00
parent 751624c6fc
commit 56cb7f2ba2

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