Removed debug output from input.c.

This commit is contained in:
couriersud 2015-02-06 23:49:46 +01:00
parent e07d4d513e
commit f3d3cbde44

View File

@ -1950,7 +1950,6 @@ void sdlinput_poll(running_machine &machine)
case SDL_TEXTINPUT:
if (*event.text.text)
{
printf("char %c\n", *event.text.text);
sdl_window_info *window = GET_FOCUS_WINDOW(&event.text);
unicode_char result;
if (window != NULL )