Get rid of debug log

This commit is contained in:
twinaphex 2015-01-22 04:06:26 +01:00
parent 9bb2c00c1c
commit 058ba4ceaa

View File

@ -22,7 +22,6 @@
static void get_title(const char *label, const char *dir,
unsigned menu_type, char *title, size_t sizeof_title)
{
RARCH_LOG("label %s, title %s\n", label, title);
if (!strcmp(label, "core_list"))
snprintf(title, sizeof_title, "CORE SELECTION %s", dir);
else if (!strcmp(label, "core_manager_list"))