mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 22:06:19 +00:00
refactor: remove print logging
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user