From: Matthias Wachs Date: Tue, 27 Jul 2010 16:00:11 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~20839 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c9706bcd858decbad45663a304042d6d606672c;p=oweals%2Fgnunet.git --- diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 67b073880..d237f0d06 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -1579,8 +1579,6 @@ static ssize_t send_check_connections (void *cls, struct Session *ps) int fresh = GNUNET_NO; if (ps->recv_endpoint == NULL) { - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "created handle\n"); fresh = GNUNET_YES; ps->recv_endpoint = curl_easy_init(); }