summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-02 23:57:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-02 23:57:44 +0000
commit6991a42cdd00efa5d5981a3780c2bd3521e4627e (patch)
tree443d774e533b5e7de1dda84d11dbf20ff2170e7a
parent37c0dcc1c5de250a4262030a7859eef4e11c6ff8 (diff)
downloadnetsurf-6991a42cdd00efa5d5981a3780c2bd3521e4627e.tar.gz
netsurf-6991a42cdd00efa5d5981a3780c2bd3521e4627e.tar.bz2
Remove excess debug
-rw-r--r--amiga/gui.c2
-rw-r--r--amiga/theme.c3
2 files changed, 0 insertions, 5 deletions
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 <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;