tremove debug print - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 07ef704cab59efd67ddf73a5b16555158279a41b
(DIR) parent 6292a25b694b0a4183942f92404208bfc09b51f8
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 23 Jul 2006 05:13:23 +0000
remove debug print
Diffstat:
M src/cmd/9pfuse/main.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/9pfuse/main.c b/src/cmd/9pfuse/main.c
t@@ -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