remove debugging print

This commit is contained in:
rsc 2004-12-28 22:13:33 +00:00
parent 21e626deb3
commit 70997336be

View file

@ -847,7 +847,6 @@ fidput(Fid *f)
assert(f->ref > 0);
if(--f->ref > 0)
return;
fprint(2, "free %d from %lux\n", f->fid, getcallerpc(&f));
f->next = freefid;
f->cfid = -1;
freefid = f;