Commit Diff


commit - 9952c0eb9f9be6e4c2d67464eadb7115970663de
commit + 73ac88baa74db4592a521270ab7f565e926132d8
blob - fb94fa611e28a9e330f97190593687275ad0530f
blob + 7cef1828f0f7b8fbd70aea3991c49c813f7300b1
--- src/cmd/upas/marshal/marshal.c
+++ 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);