Browse Source

Removed debug logging

Sam Lantinga 2 years ago
parent
commit
593d20d9cc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/joystick/SDL_joystick.c

+ 0 - 1
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