From 979e45ea66a58fe2f97945f81794dea81a33688f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 15 Aug 2012 21:02:06 +0200 Subject: [PATCH] Remove redundant log --- retroarch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index f25b87499e..f3e3d2b601 100644 --- a/retroarch.c +++ b/retroarch.c @@ -72,7 +72,6 @@ static void set_fast_forward_button(bool new_button_state, bool new_hold_button_ if (update_sync) { - RARCH_LOG("Video active = %u, VSync = %u, Force nonblock = %u\n", g_extern.video_active, g_settings.video.vsync, g_extern.system.force_nonblock); // Only apply non-block-state for video if we're using vsync. if (g_extern.video_active && g_settings.video.vsync && !g_extern.system.force_nonblock) video_set_nonblock_state_func(syncing_state);