GTK: Remove logging during window resize.

This commit is contained in:
Michael Drake 2018-08-27 20:04:24 +01:00
parent 487309a1e6
commit d54e0461ad

View File

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