mirror of
git://git.suckless.org/st
synced 2025-07-11 07:49:49 +01:00
remove debug code
This commit is contained in:
parent
28f831b74b
commit
1ebcc5c97b
1
std.c
1
std.c
@ -127,7 +127,6 @@ getpty(void) {
|
||||
pts = open(ptsdev, O_RDWR);
|
||||
if(pts == -1)
|
||||
eprintn("error, cannot open slave pty");
|
||||
puts(ptsdev);
|
||||
}
|
||||
else
|
||||
eprintn("error, cannot open pty");
|
||||
|
Loading…
x
Reference in New Issue
Block a user