mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Get rid of RARCH_LOG line
This commit is contained in:
parent
ca218ee56d
commit
6d6a60c145
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue