Removed Xbox HIDAPI debug code

This commit is contained in:
Sam Lantinga 2020-03-10 18:34:33 -07:00
parent 4fb06a2a38
commit 9fdc6cf307

View File

@ -124,7 +124,6 @@ typedef struct {
} SDL_DriverXboxOne_Context; } SDL_DriverXboxOne_Context;
#define DEBUG_XBOX_PROTOCOL
#ifdef DEBUG_XBOX_PROTOCOL #ifdef DEBUG_XBOX_PROTOCOL
static void static void
DumpPacket(const char *prefix, Uint8 *data, int size) DumpPacket(const char *prefix, Uint8 *data, int size)