remove debug code

This commit is contained in:
Brad Parker 2019-04-12 21:16:58 -04:00
parent 3619fae2d9
commit 95145ec0d4

View File

@ -728,8 +728,6 @@ static bool gl1_gfx_frame(void *data, const void *frame,
{
font_driver_render_msg(video_info, NULL, video_info->stat_text,
(const struct font_params*)&video_info->osd_stat_params);
if (frame_count % 60 == 0)
RARCH_LOG("%s\n", video_info->stat_text);
#if 0
osd_params->y = 0.350f;
osd_params->scale = 0.75f;