commented out debug print statement.

This commit is contained in:
Matthew Budd 2020-06-26 20:32:44 -04:00
parent 950004503b
commit cb664b44a0
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ void GamePadConfDialog_t::keyReleaseEvent(QKeyEvent *event)
void GamePadConfDialog_t::ena4score(int state)
{
int value = (state == Qt::Unchecked) ? 0 : 1;
printf("Set 'SDL.FourScore' = %i\n", value);
//printf("Set 'SDL.FourScore' = %i\n", value);
g_config->setOption("SDL.FourScore", value);
}
//----------------------------------------------------