Mac installer: turn off debugging print statements

This commit is contained in:
Charlie Fenton 2023-04-29 09:28:37 -07:00
parent 49fecc6d71
commit a71f055a40
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define VERBOSE_TEST 0 /* for debugging callPosixSpawn */
#if VERBOSE_TEST
#define CREATE_LOG 1 /* for debugging */
#define CREATE_LOG 0 /* for debugging */
#else
#define CREATE_LOG 0 /* for debugging */
#endif