From f28674a79dece0bd03f47781bebbdf01531bd826 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 29 Aug 2019 11:31:59 +0200 Subject: [PATCH] Remove log --- src/algo_thunder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/algo_thunder.c b/src/algo_thunder.c index 88f04cf..679bd6a 100644 --- a/src/algo_thunder.c +++ b/src/algo_thunder.c @@ -241,7 +241,6 @@ void adapt(struct evt_core_ctx* ctx, struct evt_core_fdinfo* fdinfo, struct buff // Find destination sprintf(url, "udp:write:127.0.0.1:%d", ui->ap_arr_pl[i]->fmt.content.udp_encapsulated.port); to_fdinfo = evt_core_get_from_url (ctx, url); - fprintf(stderr, "%s\n", url); if (to_fdinfo == NULL) { fprintf(stderr, "No fd for URL %s in tcp-read. Dropping packet :( \n", url); }