diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-02 18:42:23 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-02 18:42:23 +0200 |
commit | 0b3510df45057bf63f0e3b5ce225ff4491912bb8 (patch) | |
tree | c0a28df359c09e9f5d801e6a79daed0d9b4e549b /std.c | |
parent | 40c0ecfe821036a3eefc210e6f5dc09e846ae5bf (diff) | |
download | st-0b3510df45057bf63f0e3b5ce225ff4491912bb8.tar.gz st-0b3510df45057bf63f0e3b5ce225ff4491912bb8.zip |
remove debug code
Diffstat (limited to 'std.c')
-rw-r--r-- | std.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -127,7 +127,6 @@ getpty(void) { | |||
127 | pts = open(ptsdev, O_RDWR); | 127 | pts = open(ptsdev, O_RDWR); |
128 | if(pts == -1) | 128 | if(pts == -1) |
129 | eprintn("error, cannot open slave pty"); | 129 | eprintn("error, cannot open slave pty"); |
130 | puts(ptsdev); | ||
131 | } | 130 | } |
132 | else | 131 | else |
133 | eprintn("error, cannot open pty"); | 132 | eprintn("error, cannot open pty"); |