From 80d68a9784a7b3936280b98e88c61fad2c8cec99 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sat, 13 May 2017 21:08:42 +0200 Subject: Clean up debug board logging and other crap --- content/fetch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content/fetch.c') 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, -- cgit v1.2.3