tremove debugging print. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 163c9a25ec5739a7023dbefc17ce4f5fdf8306ec
 (DIR) parent 17f131946f09f79a21b304050a0a2160bd024590
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 23 Nov 2003 17:53:45 +0000
       
       remove debugging print.
       
       Diffstat:
         M src/cmd/samterm/plan9.c             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/samterm/plan9.c b/src/cmd/samterm/plan9.c
       t@@ -64,7 +64,6 @@ snarfswap(char *fromsam, int nc, char **tosam)
        {
                char *s;
        
       -fprint(2, "snarfswap\n");
                s = getsnarf();
                putsnarf(fromsam);
                *tosam = s;