mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
GTK: Remove logging during window resize.
This commit is contained in:
parent
487309a1e6
commit
d54e0461ad
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user