camera: turn OFF `DEBUG_CAMERA` debug logging.

This commit is contained in:
Ryan C. Gordon 2024-02-20 16:09:02 -05:00
parent 31fe061ab5
commit 26ffbe43c2
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "../SDL_hashtable.h"
#define DEBUG_CAMERA 1
#define DEBUG_CAMERA 0
typedef struct SDL_CameraDevice SDL_CameraDevice;