Browse Source

testcamera: don't enable verbose logging

Fixes https://github.com/libsdl-org/SDL/issues/10541
Sam Lantinga 10 months ago
parent
commit
6771a6020d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/testcamera.c

+ 0 - 2
test/testcamera.c

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