remove debug print
This commit is contained in:
parent
f53117fb6b
commit
13a17f7503
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue