mirror of
https://github.com/yawut/SDL.git
synced 2026-09-11 02:26:25 -05:00
Removed extra debug output
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user