Win32 - remove a debug printf left in by mistake.

This commit is contained in:
adelikat 2010-03-04 00:33:46 +00:00
parent 2909cb4cc8
commit a160271782
1 changed files with 0 additions and 1 deletions

View File

@ -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;