runtime:rm log of StartProcess

This commit is contained in:
luoliwoshang
2025-02-27 14:18:44 +08:00
parent 22524b03c8
commit 433df05858

View File

@@ -64,7 +64,6 @@ func startProcess(name string, argv []string, attr *ProcAttr) (p *Process, err e
return nil, &PathError{Op: "fork/exec", Path: name, Err: e}
}
}
println("StartProcess", pid, h, e)
return newProcess(pid, h), nil
}