mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 05:40:36 +00:00
video_omap: remove debug message
This commit is contained in:
parent
ae3f005f54
commit
1e0b0970e8
@ -96,7 +96,6 @@ static omapfb_page_t *get_page(omapfb_data_t *pdata) {
|
||||
if (&pdata->pages[i] == pdata->old_page)
|
||||
continue;
|
||||
if (!pdata->pages[i].used) {
|
||||
RARCH_LOG("video_omap: page %u is free\n", i);
|
||||
page = &pdata->pages[i];
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user