Remove debug logs

This commit is contained in:
wheremyfoodat 2024-03-27 20:41:37 +02:00
parent 5aaa35774e
commit 79457d2b62

View file

@ -429,8 +429,6 @@ void MainWindow::initControllers() {
if (gameController != nullptr) {
SDL_Joystick* stick = SDL_GameControllerGetJoystick(gameController);
gameControllerID = SDL_JoystickInstanceID(stick);
printf("Controller get!\n");
}
}
}