Removed debug print statements

This commit is contained in:
Sam Lantinga 2022-08-31 13:34:43 -07:00
parent 62f2379e4c
commit 7861f924ea
1 changed files with 0 additions and 2 deletions

View File

@ -960,13 +960,11 @@ ReadJoyConControllerType(SDL_HIDAPI_Device *device)
break; break;
} }
} }
printf("Attempts: %d\n", attempts);
SDL_hid_close(device->dev); SDL_hid_close(device->dev);
device->dev = NULL; device->dev = NULL;
} }
SDL_free(ctx); SDL_free(ctx);
} }
printf("Controller type %d\n", eControllerType);
return eControllerType; return eControllerType;
} }