diff --git a/src/video/android/SDL_androidvideo.c b/src/video/android/SDL_androidvideo.c index 4b4a85196..6dcb81e70 100644 --- a/src/video/android/SDL_androidvideo.c +++ b/src/video/android/SDL_androidvideo.c @@ -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;