Skip to content

Commit

Permalink
remove debug configs
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Apr 2, 2024
1 parent 9410014 commit 8bb46d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/payload_dylib/bootscreend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...) {
Expand Down
2 changes: 1 addition & 1 deletion src/payload_dylib/pspawn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8bb46d2

Please sign in to comment.