From a160271782405cd342437f1458b1fd216b407175 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 4 Mar 2010 00:33:46 +0000 Subject: [PATCH] Win32 - remove a debug printf left in by mistake. --- src/drivers/win/window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index 6e43990e..c2c6e5d2 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -2066,7 +2066,6 @@ adelikat: Outsourced this to a remappable hotkey DoFCEUExit(); break; case WM_SETFOCUS: - FCEUI_printf("wasPausedbyCheats = %d\n",wasPausedByCheats); if (wasPausedByCheats) { EmulationPaused = 0;