diff --git a/package/gluon-mesh-olsrd/src/uclient.c b/package/gluon-mesh-olsrd/src/uclient.c index 18638201..6fc9cf49 100644 --- a/package/gluon-mesh-olsrd/src/uclient.c +++ b/package/gluon-mesh-olsrd/src/uclient.c @@ -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); } }