summaryrefslogtreecommitdiff
path: root/tests/chunk-io-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/chunk-io-test.c
parent8224b826bdadcf8676854723ff51604a5645aae2 (diff)
downloadlibsoup-8e2402651807403c6d42ecb75563f480405e8660.tar.gz
tests: remove debug_printf()s that are redundant with test names
Diffstat (limited to 'tests/chunk-io-test.c')
-rw-r--r--tests/chunk-io-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/chunk-io-test.c b/tests/chunk-io-test.c
index 29062a69..1e53eef1 100644
--- a/tests/chunk-io-test.c
+++ b/tests/chunk-io-test.c
@@ -358,8 +358,6 @@ do_io_tests (void)
gssize nread, nwrote, total;
gssize chunk_length, chunk_total;
- debug_printf (1, "\nI/O tests\n");
-
raw_contents = soup_test_get_index ();
chunkified = chunkify (raw_contents->data, raw_contents->length);