diff --git a/src/payload_dylib/bootscreend.c b/src/payload_dylib/bootscreend.c index e0b04c7..fa34245 100644 --- a/src/payload_dylib/bootscreend.c +++ b/src/payload_dylib/bootscreend.c @@ -24,7 +24,7 @@ static void *base = NULL; static int bytesPerRow = 0; static int height = 0; static int width = 0; -#define BSD_LOG_TO_FILE +//#define BSD_LOG_TO_FILE #if !defined(TESTMAIN) static int bsd_printf(const char* fmt, ...) { diff --git a/src/payload_dylib/pspawn.c b/src/payload_dylib/pspawn.c index 7d8b1a7..934e665 100644 --- a/src/payload_dylib/pspawn.c +++ b/src/payload_dylib/pspawn.c @@ -113,7 +113,7 @@ static int posix_spawn_hook(pid_t *restrict pid, const char *restrict path, return spawn_hook_common_p(pid, path, file_actions, attrp, argv, envp, posix_spawn_orig_wrapper); } -#define ENABLE_CONSOLE_HOOK +//#define ENABLE_CONSOLE_HOOK #ifdef ENABLE_CONSOLE_HOOK dev_t dev_console_d = 0;