summaryrefslogtreecommitdiff
path: root/frontends/gtk/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/window.c')
-rw-r--r--frontends/gtk/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c
index d0443a296..769d36fcf 100644
--- a/frontends/gtk/window.c
+++ b/frontends/gtk/window.c
@@ -1237,7 +1237,6 @@ gui_window_get_dimensions(struct gui_window *gw,
*width /= scale;
*height /= scale;
}
- NSLOG(netsurf, INFO, "gw:%p width:%i height:%i", gw, *width, *height);
return NSERROR_OK;
}