From 57aadf75b6d6e4128f720b7d4b7db3b68a1f5c3e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Mar 2014 06:26:58 +0100 Subject: [PATCH] (Menu) Take out stray printf --- frontend/menu/menu_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/menu/menu_common.c b/frontend/menu/menu_common.c index daeda8bc35..2ad2862e96 100644 --- a/frontend/menu/menu_common.c +++ b/frontend/menu/menu_common.c @@ -1949,7 +1949,6 @@ void menu_populate_entries(void *data, unsigned menu_type) file_list_push(rgui->selection_buf, tmp, RGUI_SETTINGS_CORE_INFO_NONE, 0); } } - printf("test2 \n"); if(rgui->core_info_current.notes) { snprintf(tmp, sizeof(tmp), "Core notes: ");