From 262b4528ae36852ab2204275ab075cf737d34dc6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 25 Jan 2023 05:36:01 +0200 Subject: [PATCH] remove unneedful print statement --- files/helpers/get.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/helpers/get.py b/files/helpers/get.py index 390af78ca..39e9f1ccb 100644 --- a/files/helpers/get.py +++ b/files/helpers/get.py @@ -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: