plan9port

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

commit 163c9a25ec5739a7023dbefc17ce4f5fdf8306ec
parent 17f131946f09f79a21b304050a0a2160bd024590
Author: rsc <devnull@localhost>
Date:   Sun, 23 Nov 2003 17:53:45 +0000

remove debugging print.

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

diff --git a/src/cmd/samterm/plan9.c b/src/cmd/samterm/plan9.c @@ -64,7 +64,6 @@ snarfswap(char *fromsam, int nc, char **tosam) { char *s; -fprint(2, "snarfswap\n"); s = getsnarf(); putsnarf(fromsam); *tosam = s;