tremove debug 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 13a17f7503237c32fa3ead6487001c5a2b91194e
 (DIR) parent f53117fb6ba30e8c52a8e401c622d2ddee89fcbe
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 26 Jun 2006 00:06:36 +0000
       
       remove debug print
       
       Diffstat:
         M src/lib9pclient/fs.c                |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/lib9pclient/fs.c b/src/lib9pclient/fs.c
       t@@ -51,7 +51,6 @@ fsinit(int fd)
                strcpy(fs->version, "9P2000");
                if((n = fsversion(fs, 8192, fs->version, sizeof fs->version)) < 0){
                        werrstr("fsversion: %r");
       -fprint(2, "%r\n");
                        _fsunmount(fs);
                        return nil;
                }