Removed debug output.

This commit is contained in:
Philipp Wiesemann
2013-06-01 21:11:52 +02:00
parent f2bce67fb9
commit 6c6a5ba2e2

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;