remove debugging print
This commit is contained in:
parent
9952c0eb9f
commit
73ac88baa7
@ -907,7 +907,6 @@ mkattach(char *file, char *type, int inline)
|
|||||||
ftype[n-1] = 0;
|
ftype[n-1] = 0;
|
||||||
a->type = estrdup(ftype);
|
a->type = estrdup(ftype);
|
||||||
}
|
}
|
||||||
fprint(2, "got type %s\n", a->type);
|
|
||||||
close(pfd[1]);
|
close(pfd[1]);
|
||||||
procwait(pid);
|
procwait(pid);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user