Get rid of RARCH_LOG line

This commit is contained in:
twinaphex 2015-06-02 11:36:37 +02:00
parent ca218ee56d
commit 6d6a60c145

View File

@ -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;