From d4a0da8e7b7054704792a7887804fcf58682adbc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 28 Oct 2015 01:37:50 +0100 Subject: [PATCH] Don't log spam anymore --- menu/drivers/glui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index 01cd0936f0..1b64871327 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -689,7 +689,6 @@ static void glui_frame(void) strlen(menu_hash_to_str(MENU_VALUE_BACK)) * 2; menu_animation_ticker_str(title_buf, ticker_limit, *frame_count / 100, title, true); - RARCH_LOG("title_msg: %s\n", title_buf); glui_blit_line(width / 2, 0, width, height, title_buf, title_color, TEXT_ALIGN_CENTER);