diff --git a/matrix_gpt/bot/chat_functions.py b/matrix_gpt/bot/chat_functions.py index 0d868bd..2c8d85f 100644 --- a/matrix_gpt/bot/chat_functions.py +++ b/matrix_gpt/bot/chat_functions.py @@ -245,7 +245,6 @@ def check_authorized(string, to_check): elif isinstance(to_check, list): output = False for item in to_check: - print(string, item, check_str(string, item)) if check_str(string, item): output = True return output