Removed extra debug output

This commit is contained in:
Sam Lantinga
2009-01-10 23:57:12 +00:00
parent 164dfd4236
commit e46e02cf96

View File

@@ -205,7 +205,6 @@ X11_DispatchEvent(_THIS)
XLookupString(&xevent.xkey, text, sizeof(text), &keysym, NULL);
#endif
if (*text) {
printf("Sending text event %s\n", text);
SDL_SendKeyboardText(videodata->keyboard, text);
}
}