Commit f43e32d8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove debugging hack which slipped into previous commit.

parent 97a02d2e
......@@ -93,7 +93,6 @@ mgt_vcl_del(struct vclprog *vp)
VTAILQ_REMOVE(&vclhead, vp, list);
XXXAZ(unlink(vp->fname));
bprintf(dn, "vcl_%s", vp->name);
WRONG("TEST");
VJ_master(JAIL_MASTER_FILE);
(void)rmdir(dn); // compiler droppings, eg gcov
VJ_master(JAIL_MASTER_LOW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment