testcamera: don't enable verbose logging

Fixes https://github.com/libsdl-org/SDL/issues/10541
This commit is contained in:
Sam Lantinga 2024-09-18 22:26:00 -07:00
parent 594edb6bd2
commit 6771a6020d
1 changed files with 0 additions and 2 deletions

View File

@ -97,8 +97,6 @@ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[])
return SDL_APP_FAILURE;
}
SDL_SetLogPriorities(SDL_LOG_PRIORITY_VERBOSE);
renderer = state->renderers[0];
if (!renderer) {
/* SDL_Log("Couldn't create renderer: %s", SDL_GetError()); */