aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorcebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>2008-09-24 03:48:31 +0400
committercebka@mailsupport.rambler.ru <cebka@mailsupport.rambler.ru>2008-09-24 03:48:31 +0400
commite117181e298de4ec7a2e5e7a42436c0b69dc1b2e (patch)
tree1a0808e84fafe0a878ddb6ef21921d6b1fe18a0f /test
parent2709f4466638bdaf575aaa2e6f3a75600abed1e7 (diff)
downloadrspamd-e117181e298de4ec7a2e5e7a42436c0b69dc1b2e.tar.gz
rspamd-e117181e298de4ec7a2e5e7a42436c0b69dc1b2e.zip
* Remove unused debug messages from url library
Diffstat (limited to 'test')
-rw-r--r--test/rspamd_url_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rspamd_url_test.c b/test/rspamd_url_test.c
index 02aaa4a35..7526435c8 100644
--- a/test/rspamd_url_test.c
+++ b/test/rspamd_url_test.c
@@ -87,7 +87,6 @@ rspamd_url_test_func ()
g_test_timer_start ();
g_test_message ("Testing text URL regexp parser");
- msg_debug ("Passing string: %s", test_text);
url_parse_text (&task, text);
TAILQ_FOREACH (url, &task.urls, next) {
@@ -105,7 +104,6 @@ rspamd_url_test_func ()
i = 0;
g_test_timer_start ();
g_test_message ("Testing html URL regexp parser");
- msg_debug ("Passing string: %s", test_html);
url_parse_html (&task, html);
TAILQ_FOREACH (url, &task.urls, next) {