mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
remove debug print
This commit is contained in:
parent
6292a25b69
commit
07ef704cab
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ allocfusefid(void)
|
|||
f = emalloc(sizeof *f);
|
||||
fusefid = erealloc(fusefid, (nfusefid+1)*sizeof *fusefid);
|
||||
f->id = nfusefid;
|
||||
fprint(2, "allocfusefid %d %p\n", f->id, f);
|
||||
fusefid[f->id] = f;
|
||||
nfusefid++;
|
||||
}else
|
||||
|
|
Loading…
Reference in a new issue