summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/nsurl.c2
1 files changed, 1 insertions, 1 deletions
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++;