aboutsummaryrefslogtreecommitdiffhomepage
path: root/std.c
diff options
context:
space:
mode:
authorGravatar Matthias-Christian Ott <ott@enolink.de>2008-06-02 18:42:23 +0200
committerGravatar Matthias-Christian Ott <ott@enolink.de>2008-06-02 18:42:23 +0200
commit0b3510df45057bf63f0e3b5ce225ff4491912bb8 (patch)
treec0a28df359c09e9f5d801e6a79daed0d9b4e549b /std.c
parent40c0ecfe821036a3eefc210e6f5dc09e846ae5bf (diff)
remove debug code
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");