commit 73ac88baa74db4592a521270ab7f565e926132d8 parent 9952c0eb9f9be6e4c2d67464eadb7115970663de 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(-)
diff --git a/src/cmd/upas/marshal/marshal.c b/src/cmd/upas/marshal/marshal.c @@ -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);