removed logging of non-settings labels

This commit is contained in:
Andre Leiradella 2015-06-04 13:38:48 -03:00
parent 13575cacfe
commit 67a716a8c8

View File

@ -241,7 +241,6 @@ int menu_entries_common_is_settings_entry(const char *label)
str = "Privacy Settings";
break;
default:
RARCH_LOG("unknown hash: %d\n", hash);
return 0;
}