From 593d20d9cc123dcce182c6682a5e2c64a6ac1ca4 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 8 Aug 2022 20:11:43 -0700 Subject: [PATCH] Removed debug logging --- src/joystick/SDL_joystick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index f685e3047..0d778a739 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -2897,7 +2897,6 @@ int SDL_PrivateJoystickSensor(SDL_Joystick *joystick, SDL_SensorType type, const /* Update internal sensor state */ SDL_memcpy(sensor->data, data, num_values*sizeof(*data)); - SDL_Log("Sensor %d data: %.2f,%.2f,%.2f\n", sensor->type, data[0], data[1], data[2]); /* Post the event, if desired */ #if !SDL_EVENTS_DISABLED