JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove debug code
authorMatthias-Christian Ott <ott@enolink.de>
Mon, 2 Jun 2008 16:42:23 +0000 (18:42 +0200)
committerMatthias-Christian Ott <ott@enolink.de>
Mon, 2 Jun 2008 16:42:23 +0000 (18:42 +0200)
std.c

diff --git a/std.c b/std.c
index 080c490..53cbd2d 100644 (file)
--- 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");