From ca5257af5b56a3ae83bab52a6fc80f648ebd8971 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 1 Jun 2013 21:11:52 +0200 Subject: [PATCH] Removed debug output. --- src/video/android/SDL_androidvideo.c | 1 - 1 file changed, 1 deletion(-) 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;