summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-10-03 20:56:35 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-10-03 20:56:35 +0000
commit6366f25f0da45b79ff7afdeb36cf7457951c9b13 (patch)
tree91a9bc618488309cf34e51bb89bb2a121def1867 /utils
parenta522d9ff14ecf32f3efc694149c44910ea647f29 (diff)
downloadnetsurf-6366f25f0da45b79ff7afdeb36cf7457951c9b13.tar.gz
netsurf-6366f25f0da45b79ff7afdeb36cf7457951c9b13.tar.bz2
Remove LOG.
svn path=/trunk/netsurf/; revision=12936
Diffstat (limited to 'utils')
-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++;