fx.diagnostics: remove debug messages

This commit is contained in:
2026-06-20 15:27:37 +01:00
parent 5b16d98e51
commit 0ee94af705
-2
View File
@@ -158,8 +158,6 @@ static fx_status process_start(struct fx_process_p *proc)
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),
(char *const *)argv,
(char *const *)envp);