Remove excess debug

This commit is contained in:
Chris Young 2016-03-02 23:57:44 +00:00
parent 37c0dcc1c5
commit 6991a42cdd
2 changed files with 0 additions and 5 deletions

View File

@ -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)
{

View File

@ -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;