summaryrefslogtreecommitdiff
path: root/tests/no-ssl-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-03-15 11:57:34 -0400
committerDan Winship <danw@gnome.org>2014-03-15 15:15:50 -0400
commit8e2402651807403c6d42ecb75563f480405e8660 (patch)
tree437637bcef8b8176350790560fd4d1b91e4b9879 /tests/no-ssl-test.c
parent8224b826bdadcf8676854723ff51604a5645aae2 (diff)
downloadlibsoup-8e2402651807403c6d42ecb75563f480405e8660.tar.gz
tests: remove debug_printf()s that are redundant with test names
Diffstat (limited to 'tests/no-ssl-test.c')
-rw-r--r--tests/no-ssl-test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/no-ssl-test.c b/tests/no-ssl-test.c
index feffa5bd..0062c8c0 100644
--- a/tests/no-ssl-test.c
+++ b/tests/no-ssl-test.c
@@ -28,8 +28,6 @@ do_ssl_tests (gconstpointer uri)
{
SoupSession *session;
- debug_printf (1, "\nSoupSession without SSL support\n");
-
debug_printf (1, " plain\n");
session = soup_test_session_new (SOUP_TYPE_SESSION, NULL);
do_ssl_test_for_session (session, uri);
@@ -54,8 +52,6 @@ do_session_property_tests (void)
char *ca_file;
SoupSession *session;
- debug_printf (1, "session properties\n");
-
session = soup_session_async_new ();
g_object_get (G_OBJECT (session),