summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-05-13 21:08:42 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:54 +0200
commit80d68a9784a7b3936280b98e88c61fad2c8cec99 (patch)
tree9c2c3b73b51911eb8c41222e74b3aa921f6e6e71 /content/fetch.c
parentc6ea17bccd08175eaa6bfda3ec438aa5e6fbbeda (diff)
downloadnetsurf-80d68a9784a7b3936280b98e88c61fad2c8cec99.tar.gz
netsurf-80d68a9784a7b3936280b98e88c61fad2c8cec99.tar.bz2
Clean up debug board logging and other crap
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 872cf0ff0..2887d3ad8 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -605,7 +605,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);
NSLOG(fetch, DEBUG,
"fetch %p, fetcher %p, url '%s'", f, f->fetcher_handle,