From 73ac88baa74db4592a521270ab7f565e926132d8 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 18 Jun 2007 14:44:03 +0000 Subject: remove debugging print --- src/cmd/upas/marshal/marshal.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/cmd/upas/marshal/marshal.c b/src/cmd/upas/marshal/marshal.c index fb94fa61..7cef1828 100644 --- 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); -- cgit v1.2.3