mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
termio: remove old warning log statement used for debugging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user