aboutsummarylogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorAurélien Aptel2010-09-01 18:12:54 +0200
committerAurélien Aptel2010-09-01 18:12:54 +0200
commitbc679e07696fcf473140d56aea2e1958dfb8ffcc (patch)
tree7636246ab346c45adeac42b712462aaf3bebdc71 /st.c
parent925b7f977bd96eff967d4431d744fcc6a22a9034 (diff)
downloadaur-bc679e07696fcf473140d56aea2e1958dfb8ffcc.tar.gz
removed debug code.
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/st.c b/st.c
index 65829a824cff..0c876f5658ea 100644
--- a/st.c
+++ b/st.c
@@ -392,10 +392,8 @@ ttyread(void) {
if((ret = read(cmdfd, buf, LEN(buf))) < 0)
die("Couldn't read from shell: %s\n", SERRNO);
- else {
- printf("ttyread %d\n", ret);
+ else
tputs(buf, ret);
- }
}
void