From e117181e298de4ec7a2e5e7a42436c0b69dc1b2e Mon Sep 17 00:00:00 2001 From: "cebka@mailsupport.rambler.ru" Date: Wed, 24 Sep 2008 03:48:31 +0400 Subject: * Remove unused debug messages from url library --- test/rspamd_url_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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) { -- cgit v1.2.3