(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 27 Jul 2010 16:00:11 +0000 (16:00 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 27 Jul 2010 16:00:11 +0000 (16:00 +0000)
src/transport/plugin_transport_http.c

index 67b07388015e68bc71a0b9d8b8b0f5f61889a3a8..d237f0d06edc4d9caf7ae9529b0dfbf055228c65 100644 (file)
@@ -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();
         }