(Xbox 1) Remove useless log

This commit is contained in:
twinaphex 2012-07-30 01:30:14 +02:00
parent 5264bbb7dc
commit 5811df47e3

View File

@ -237,8 +237,6 @@ int menu_init(void)
strlcpy(browser.extensions, rarch_console_get_rom_ext(), sizeof(browser.extensions));
filebrowser_set_root(&browser, g_console.default_rom_startup_dir);
filebrowser_iterate(&browser, FILEBROWSER_ACTION_RESET);
RARCH_LOG("CMenuMain::Create().\n");
width = d3d->d3dpp.BackBufferWidth;