mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
vacfs: silence print
This commit is contained in:
parent
7dc6d2444c
commit
c92f73e481
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ uvlong
|
|||
vacfilegetid(VacFile *f)
|
||||
{
|
||||
/* immutable */
|
||||
fprint(2, "getid %s %lld+%lld = %lld\n", f->dir.elem, f->qidoffset, f->dir.qid, f->qidoffset+f->dir.qid);
|
||||
return f->qidoffset + f->dir.qid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue