Commit 9fdc6cf307b50df62c074352b62892758f599a00

Sam Lantinga 2020-03-10T18:34:33

Removed Xbox HIDAPI debug code

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/joystick/hidapi/SDL_hidapi_xboxone.c b/src/joystick/hidapi/SDL_hidapi_xboxone.c
index 3a5ed85..59dd358 100644
--- a/src/joystick/hidapi/SDL_hidapi_xboxone.c
+++ b/src/joystick/hidapi/SDL_hidapi_xboxone.c
@@ -124,7 +124,6 @@ typedef struct {
 } SDL_DriverXboxOne_Context;
 
 
-#define DEBUG_XBOX_PROTOCOL
 #ifdef DEBUG_XBOX_PROTOCOL
 static void
 DumpPacket(const char *prefix, Uint8 *data, int size)