remove unneedful print statement

pull/98/head
Aevann 2023-01-25 05:36:01 +02:00
parent 1507ebc7c0
commit 262b4528ae
1 changed files with 0 additions and 1 deletions

View File

@ -355,7 +355,6 @@ def get_sub_by_name(sub:str, v:Optional[User]=None, graceful=False) -> Optional[
@cache.memoize(timeout=8640000)
def get_profile_picture(identifier:Union[int, str]) -> str:
print(identifier, flush=True)
if isinstance(identifier, int):
x = get_account(identifier, graceful=True)
else: