remove debug code

This commit is contained in:
Matthias-Christian Ott 2008-06-02 18:42:23 +02:00
parent 40c0ecfe82
commit 0b3510df45
1 changed files with 0 additions and 1 deletions

1
std.c
View File

@ -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");