mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
refactor: remove print logging
This commit is contained in:
parent
751624c6fc
commit
56cb7f2ba2
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user