Browse Source

camera: turn OFF `DEBUG_CAMERA` debug logging.

Ryan C. Gordon 1 year ago
parent
commit
26ffbe43c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/camera/SDL_syscamera.h

+ 1 - 1
src/camera/SDL_syscamera.h

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