remove debugging print
This commit is contained in:
parent
9952c0eb9f
commit
73ac88baa7
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue