Removed debug output.

This commit is contained in:
Philipp Wiesemann 2013-06-01 21:11:52 +02:00
parent 17fab0296b
commit 6096e60a4b

View file

@ -83,7 +83,6 @@ Android_DeleteDevice(SDL_VideoDevice * device)
static SDL_VideoDevice *
Android_CreateDevice(int devindex)
{
printf("Creating video device\n");
SDL_VideoDevice *device;
SDL_VideoData *data;