From 6366f25f0da45b79ff7afdeb36cf7457951c9b13 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 3 Oct 2011 20:56:35 +0000 Subject: Remove LOG. svn path=/trunk/netsurf/; revision=12936 --- utils/nsurl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nsurl.c') diff --git a/utils/nsurl.c b/utils/nsurl.c index 9c0b42ce8..030ce4694 100644 --- a/utils/nsurl.c +++ b/utils/nsurl.c @@ -199,7 +199,7 @@ static void nsurl__get_string_markers(const char const *url_s, if (*pos != '\0' && ((joining == false && is_http == true && *pos != '/') || (*pos == '/' && *(pos + 1) == '/'))) { - /* Skip over leading slashes */LOG(("test c: %c", *pos)); + /* Skip over leading slashes */ if (is_http == false) { if (*pos == '/') pos++; if (*pos == '/') pos++; -- cgit v1.2.3