From: Matthias-Christian Ott Date: Mon, 2 Jun 2008 16:42:23 +0000 (+0200) Subject: remove debug code X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=0b3510df45057bf63f0e3b5ce225ff4491912bb8;p=st.git remove debug code --- 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");