Removed extra debug output

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403477
This commit is contained in:
Sam Lantinga 2009-01-10 23:57:12 +00:00
parent 15c5312d9d
commit 6350aaf230

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);
}
}