Removed debug output

This commit is contained in:
Ole Loots 2013-04-12 01:05:37 +02:00
parent 916ca92bfc
commit c9fd3a4f13
1 changed files with 3 additions and 3 deletions

View File

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