diff options
Diffstat (limited to 'url.c')
-rw-r--r-- | url.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -201,7 +201,6 @@ url_init (void) return -1; } url_initialized = 1; - msg_debug ("url_init: url regexps initialized successfully, text regexp: /%s/, html_regexp: /%s/", text_url, html_url); } return 0; |