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

Remove debugging

parent 85956bae
......@@ -683,7 +683,6 @@ HTTP_Encode(const struct http *fm, struct ws *ws, unsigned how)
assert(p <= e);
e = (uint8_t*)ws->f;
vbe16enc(e, n + 1);
VSLb(fm->vsl, SLT_Debug, "HTTPENC %zd", p - (uint8_t*)ws->f);
WS_ReleaseP(ws, (void*)p);
return (e);
}
......
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