Removed debug prints. /JL

This commit is contained in:
2025-04-19 20:18:08 +02:00
parent 3a55ba3d94
commit 2ab9d11769
5 changed files with 1 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ from .xbox_series_x_controller import XboxSeriesXController
from .generic_controller import GenericController
from .logitech_dual_action_controller import LogitechDualActionController
__version__ = "0.0.1"
__version__ = "0.0.2"
CONTROLLERS = {
"DualSense Wireless Controller": DualSenseController,