remove debug

This commit is contained in:
Joris Vink 2013-05-02 04:44:52 +02:00
parent 2cc4505c8c
commit b98c688429

View File

@ -280,7 +280,6 @@ http_header_recv(struct netbuf *nb)
v = kore_split_string(headers[0], " ", request, 4); v = kore_split_string(headers[0], " ", request, 4);
if (v != 3) { if (v != 3) {
kore_log("%s -> %s", headers[i], p);
free(hbuf); free(hbuf);
return (KORE_RESULT_ERROR); return (KORE_RESULT_ERROR);
} }