mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Remove excess debug
This commit is contained in:
parent
37c0dcc1c5
commit
6991a42cdd
@ -334,8 +334,6 @@ static bool ami_gui_check_resource(char *fullpath, const char *file)
|
||||
ami_gui_map_filename(&remapped, fullpath, file, "Resource.map");
|
||||
netsurf_mkpath(&fullpath, &fullpath_len, 2, fullpath, remapped);
|
||||
|
||||
LOG("Checking for %s", fullpath);
|
||||
|
||||
lock = Lock(fullpath, ACCESS_READ);
|
||||
if(lock)
|
||||
{
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include <intuition/pointerclass.h>
|
||||
#include <workbench/icon.h>
|
||||
|
||||
#include "utils/log.h"
|
||||
#include "utils/messages.h"
|
||||
#include "utils/nsoption.h"
|
||||
#include "utils/utils.h"
|
||||
@ -463,8 +462,6 @@ void gui_window_stop_throbber(struct gui_window *g)
|
||||
|
||||
static void ami_throbber_update(void *p)
|
||||
{
|
||||
LOG("Update throbber %p", p);
|
||||
|
||||
struct gui_window *g = (struct gui_window *)p;
|
||||
struct IBox *bbox;
|
||||
int frame = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user