termio: remove old warning log statement used for debugging

This commit is contained in:
Mitchell Hashimoto
2023-12-29 21:25:07 -08:00
parent a159eafc18
commit 85c386f45d

View File

@ -1160,11 +1160,6 @@ const Subprocess = struct {
},
else => if (getpgid(pid)) |pgid| {
log.warn(
"state killpg pid={} pgid={} mypid={} mypgid={}",
.{ pid, pgid, c.getpid(), c.getpgid(0) },
);
// It is possible to send a killpg between the time that
// our child process calls setsid but before or simultaneous
// to calling execve. In this case, the direct child dies