Disabled spammy debug

This commit is contained in:
pelya
2013-02-06 17:36:53 +02:00
parent bf614c0a92
commit a27c2b6963
3 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ extern void SDL_ANDROID_MainThreadPushJoystickAxis(int joy, int axis, int value)
if( joystickEventsCount > 64 )
{
__android_log_print(ANDROID_LOG_INFO, "libSDL", "Too many joystick events in the queue - dropping some events");
//__android_log_print(ANDROID_LOG_INFO, "libSDL", "Too many joystick events in the queue - dropping some events");
return;
}