From 627d238794eef51c09359135b20fa08babf96389 Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Tue, 28 Oct 2025 17:00:00 -0400 Subject: [PATCH] Update utils.py --- libs/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/utils.py b/libs/utils.py index 6fcf4c7..06d9c69 100644 --- a/libs/utils.py +++ b/libs/utils.py @@ -107,7 +107,6 @@ def is_l_don_pressed(player_num: str = '0') -> bool: for key in keys: if len(key) == 1 and key.isalnum(): key_code = ord(key.upper()) - print(key_code) else: key_code = getattr(ray, f"KEY_{key.upper()}", None) if key_code is None: