We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60c96c commit 33d82c5Copy full SHA for 33d82c5
GamepadBindingCollection.cpp
@@ -41,8 +41,6 @@ bool GamepadBindingCollection::AddMappingWithButton( SDL_GameControllerButton bu
41
return false;
42
} else {
43
if ( BindAction( action, button, overwrite ) ) {
44
- std::cout << "ddas" << static_cast<int>( action ) << std::endl;
45
- std::cout << "ddasr" << static_cast<int>( m_ActionToButton.size() ) << std::endl;
46
// Bound button
47
LogInput( "Bound button \"" + rString( SDL_GameControllerGetStringForButton( button ) ) + "\" to action \"" +
48
g_KeyBindings.GetDescription( action ) + "\"",
0 commit comments