From e488f3d4d12a46da284510ea8580ed4d57f2dd82 Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Mon, 29 Apr 2024 00:45:02 +0200 Subject: [PATCH] Remove debug joystick prints --- source/frontend.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/frontend.cpp b/source/frontend.cpp index d80744e..d7d31c7 100755 --- a/source/frontend.cpp +++ b/source/frontend.cpp @@ -176,8 +176,6 @@ JoystickDirection get_joystick_direction(uint32_t joystickId, sf::Joystick::Axis } JoystickAction get_joystick_action(uint32_t joystickId, uint32_t joy_button) { - sf::Joystick::Identification joystick_data = sf::Joystick::getIdentification(joystickId); - std::cout << std::string(joystick_data.name) << ": " << joystick_data.vendorId << " - " << joystick_data.productId << std::endl; if((joy_button == 0) || (joy_button == 1)) return JOY_ACTION_CONFIRM; if((joy_button == 2) || (joy_button == 3))