lib9pclient: remove debugging print
This commit is contained in:
parent
56dc04c55f
commit
fc9fc9c831
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ fsinit(int fd)
|
|||
}
|
||||
if(strcmp(fs->version, "9P2000.u") == 0)
|
||||
fs->dotu = 1;
|
||||
fprint(2, "speaking %d\n", fs->dotu);
|
||||
fs->msize = n;
|
||||
return fs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue