tremove debugging 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 73ac88baa74db4592a521270ab7f565e926132d8
(DIR) parent 9952c0eb9f9be6e4c2d67464eadb7115970663de
(HTM) Author: rsc <devnull@localhost>
Date: Mon, 18 Jun 2007 14:44:03 +0000
remove debugging print
Diffstat:
M src/cmd/upas/marshal/marshal.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/upas/marshal/marshal.c b/src/cmd/upas/marshal/marshal.c
t@@ -907,7 +907,6 @@ mkattach(char *file, char *type, int inline)
ftype[n-1] = 0;
a->type = estrdup(ftype);
}
-fprint(2, "got type %s\n", a->type);
close(pfd[1]);
procwait(pid);