commit 13a17f7503237c32fa3ead6487001c5a2b91194e
parent f53117fb6ba30e8c52a8e401c622d2ddee89fcbe
Author: rsc <devnull@localhost>
Date: Mon, 26 Jun 2006 00:06:36 +0000
remove debug print
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/lib9pclient/fs.c b/src/lib9pclient/fs.c
@@ -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;
}