]> git.armaanb.net Git - st.git/commitdiff
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 080c490d309d26e1810974527c1a632970e8ab28..53cbd2dde0f78be662ac4ea5705638bb990889de 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");