olsr2 remove log

This commit is contained in:
Maciej Krüger 2022-06-12 19:28:27 +02:00 committed by Alexander List
parent 087a6afacf
commit 33b6189aaa

View File

@ -126,7 +126,6 @@ static void header_done_cb(struct uclient *cl) {
static void eof_cb(struct uclient *cl) {
request_done(cl, cl->data_eof ? 0 : UCLIENT_ERROR_CONNECTION_RESET_PREMATURELY);
if (cl->data_eof) {
printf("calling eof normally\n");
uclient_data(cl)->eof(cl);
}
}