Skip to content

Commit

Permalink
change #if 0 to debug()
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kulko committed May 24, 2023
1 parent 7846a1b commit 1275699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bubblewrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2690,10 +2690,9 @@ main (int argc,
usage (EXIT_FAILURE, stderr);

parse_args (&argc, (const char ***) &argv);
#if 1

if (!opt_new_session_set)
debug ("No new terminal session creation behaviour specified. Please specify it explicitly with either --new-session or --no-new-session. Will default to --no-new-session.");
#endif

/* suck the args into a cleanup_free variable to control their lifecycle */
args_data = opt_args_data;
Expand Down

0 comments on commit 1275699

Please sign in to comment.