From 6991a42cdd00efa5d5981a3780c2bd3521e4627e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 2 Mar 2016 23:57:44 +0000 Subject: Remove excess debug --- amiga/gui.c | 2 -- amiga/theme.c | 3 --- 2 files changed, 5 deletions(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 774382ddf..2b8e38a07 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -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) { diff --git a/amiga/theme.c b/amiga/theme.c index 13a16c889..6a0d5dac0 100644 --- a/amiga/theme.c +++ b/amiga/theme.c @@ -36,7 +36,6 @@ #include #include -#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; -- cgit v1.2.3