mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-24 03:12:05 +03:00
Removed debug output
This commit is contained in:
parent
916ca92bfc
commit
c9fd3a4f13
@ -1928,9 +1928,9 @@ bool plot_clip(const struct rect *clip)
|
||||
}
|
||||
|
||||
if (!rc_intersect(&screen, &gclip)) {
|
||||
dbg_rect("cliprect: ", &view.clipping);
|
||||
dbg_grect("screen: ", &canvas);
|
||||
dbg_grect("canvas clipped: ", &gclip);
|
||||
//dbg_rect("cliprect: ", &view.clipping);
|
||||
//dbg_grect("screen: ", &canvas);
|
||||
//dbg_grect("canvas clipped: ", &gclip);
|
||||
//assert(1 == 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user