remove debug code
This commit is contained in:
parent
40c0ecfe82
commit
0b3510df45
1 changed files with 0 additions and 1 deletions
1
std.c
1
std.c
|
@ -127,7 +127,6 @@ getpty(void) {
|
||||||
pts = open(ptsdev, O_RDWR);
|
pts = open(ptsdev, O_RDWR);
|
||||||
if(pts == -1)
|
if(pts == -1)
|
||||||
eprintn("error, cannot open slave pty");
|
eprintn("error, cannot open slave pty");
|
||||||
puts(ptsdev);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
eprintn("error, cannot open pty");
|
eprintn("error, cannot open pty");
|
||||||
|
|
Loading…
Reference in a new issue