cleanup debug logging

svn path=/trunk/netsurf/; revision=13961
This commit is contained in:
Vincent Sanders 2012-06-10 14:53:52 +00:00
parent d6fbe19acd
commit feb37dd067
1 changed files with 2 additions and 2 deletions

View File

@ -1109,7 +1109,7 @@ void gui_window_get_dimensions(struct gui_window *g, int *width, int *height,
*width /= g->bw->scale;
*height /= g->bw->scale;
}
LOG(("\tWINDOW WIDTH: %i\n", *width));
LOG(("\tWINDOW HEIGHT: %i\n", *height));
LOG(("width: %i", *width));
LOG(("height: %i", *height));
}