Get rid of RARCH_LOG line
This commit is contained in:
parent
ca218ee56d
commit
6d6a60c145
|
@ -160,7 +160,6 @@ void menu_input_st_cheat_callback(void *userdata, const char *str)
|
|||
if (cheat && str && *str)
|
||||
{
|
||||
unsigned cheat_index = menu->keyboard.type - MENU_SETTINGS_CHEAT_BEGIN;
|
||||
RARCH_LOG("cheat_index is: %u\n", cheat_index);
|
||||
|
||||
cheat->cheats[cheat_index].code = strdup(str);
|
||||
cheat->cheats[cheat_index].state = true;
|
||||
|
|
Loading…
Reference in New Issue