(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 29 Oct 2010 12:44:17 +0000 (12:44 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 29 Oct 2010 12:44:17 +0000 (12:44 +0000)
src/transport/test_quota_compliance.c

index 2a4a97265ef89af31db788c326f409f1beb06d97..bfcf3f1fd59563124bdfc604fffd99e27d687ffb 100644 (file)
@@ -585,17 +585,11 @@ run (void *cls,
     }
   else if (is_http)
     {
-         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                     "is_http: %u \n",
-                     is_http);
       setup_peer (&p1, "test_quota_compliance_http_peer1.conf");
       setup_peer (&p2, "test_quota_compliance_http_peer2.conf");
     }
   else if (is_https)
     {
-         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                     "is_https: %u \n",
-                     is_https);
       setup_peer (&p1, "test_quota_compliance_https_peer1.conf");
       setup_peer (&p2, "test_quota_compliance_https_peer2.conf");
     }