plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 49c26cf71c21daf897b371b54230149c02896599
parent 3fd755b7639c92e873e76ea8ca993067e34700df
Author: rsc <devnull@localhost>
Date:   Thu,  4 Dec 2003 17:23:51 +0000

Remove debugging print from 9term.

Diffstat:
Msrc/cmd/9term/9term.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c @@ -604,7 +604,6 @@ consready(void) if(holdon) return 0; -fprint(2, "consready? %d %d\n", rawon, t.nraw); if(rawon) return t.nraw != 0;