aboutsummaryrefslogtreecommitdiff
path: root/std.c
diff options
context:
space:
mode:
Diffstat (limited to 'std.c')
-rw-r--r--std.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/std.c b/std.c
index 080c490..53cbd2d 100644
--- a/std.c
+++ b/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");