summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index d6e98e1f4..09d1cefff 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -595,7 +595,6 @@ fetch_start(nsurl *url,
/* exported interface documented in content/fetch.h */
void fetch_abort(struct fetch *f)
{
- debug_board_printf("---- fetch.c : fetch_abort for fetch 0x%x\n", f);
assert(f);
FETCH_LOG("fetch %p, fetcher %p, url '%s'", f, f->fetcher_handle,
nsurl_access(f->url));