mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-02 21:31:41 +03:00
Silence noisy logging
svn path=/trunk/netsurf/; revision=3830
This commit is contained in:
parent
1d849805b4
commit
7f70acaca6
@ -573,8 +573,8 @@ void
|
||||
fetch_send_callback(fetch_msg msg, struct fetch *fetch, const void *data,
|
||||
unsigned long size)
|
||||
{
|
||||
LOG(("Fetcher sending callback. Fetch %p, fetcher %p data %p size %lu",
|
||||
fetch, fetch->fetcher_handle, data, size));
|
||||
/*LOG(("Fetcher sending callback. Fetch %p, fetcher %p data %p size %lu",
|
||||
fetch, fetch->fetcher_handle, data, size)); */
|
||||
fetch->callback(msg, fetch->p, data, size);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user