fx.diagnostics: remove debug messages
This commit is contained in:
@@ -158,8 +158,6 @@ static fx_status process_start(struct fx_process_p *proc)
|
|||||||
fx_string_unref(tmp);
|
fx_string_unref(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "argc=%zu, argv=%p\n", argc, argv);
|
|
||||||
fprintf(stderr, "envc=%zu, envp=%p\n", envc, envp);
|
|
||||||
execve(fx_string_get_cstr(proc->proc_exec_path),
|
execve(fx_string_get_cstr(proc->proc_exec_path),
|
||||||
(char *const *)argv,
|
(char *const *)argv,
|
||||||
(char *const *)envp);
|
(char *const *)envp);
|
||||||
|
|||||||
Reference in New Issue
Block a user