diff options
Diffstat (limited to 'tests/session-test.c')
-rw-r--r-- | tests/session-test.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/session-test.c b/tests/session-test.c index 21d97a85..b652ee5c 100644 --- a/tests/session-test.c +++ b/tests/session-test.c @@ -202,8 +202,6 @@ do_priority_tests (gconstpointer data) SOUP_MESSAGE_PRIORITY_HIGH, SOUP_MESSAGE_PRIORITY_NORMAL }; - debug_printf (1, "\nSoupSessionAsync\n"); - session = soup_test_session_new (SOUP_TYPE_SESSION_ASYNC, NULL); g_object_set (session, "max-conns", 1, NULL); @@ -263,8 +261,6 @@ do_property_tests (void) GTlsDatabase *tlsdb, *default_tlsdb; SoupURI *uri; - debug_printf (1, "\nTesting session init properties\n"); - default_proxy_resolver = g_proxy_resolver_get_default (); default_tlsdb = g_tls_backend_get_default_database (g_tls_backend_get_default ()); |