Stub out debug logging

This commit is contained in:
twinaphex 2016-08-26 00:47:58 +02:00
parent b20723c8dc
commit 9ef45957d5

View File

@ -2014,7 +2014,9 @@ static void xmb_draw_bg(
menu_display_ctx_draw_t draw;
settings_t *settings = config_get_ptr();
#if 0
RARCH_LOG("DRAW BG %d %d \n",width,height);
#endif
bool running = menu_display_libretro_running();