remove debugging print

This commit is contained in:
rsc 2007-06-18 14:44:03 +00:00
parent 9952c0eb9f
commit 73ac88baa7

View file

@ -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);