diff --git a/sched/task/task_posixspawn.c b/sched/task/task_posixspawn.c index b6000de462..66d62e4ca6 100644 --- a/sched/task/task_posixspawn.c +++ b/sched/task/task_posixspawn.c @@ -218,9 +218,6 @@ int posix_spawn(FAR pid_t *pid, FAR const char *path, FAR const posix_spawnattr_t *attr, FAR char * const argv[], FAR char * const envp[]) { - sinfo("pid=%p path=%s file_actions=%p attr=%p argv=%p\n", - pid, path, file_actions, attr, argv); - return nxposix_spawn_exec(pid, path, file_actions != NULL ? *file_actions : NULL, attr, argv, envp);