summaryrefslogtreecommitdiff
path: root/amiga/gui.c
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 /amiga/gui.c
parent37c0dcc1c5de250a4262030a7859eef4e11c6ff8 (diff)
downloadnetsurf-6991a42cdd00efa5d5981a3780c2bd3521e4627e.tar.gz
netsurf-6991a42cdd00efa5d5981a3780c2bd3521e4627e.tar.bz2
Remove excess debug
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 0 insertions, 2 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)
{