shut up a debug print in rectpack

This commit is contained in:
Andrei Alexeyev 2019-11-08 21:07:02 +02:00
parent 6a72d4a637
commit 6f2231c999
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -223,7 +223,7 @@ static RectPackSection *split_horizontal(RectPack *rp, RectPackSection *s, doubl
s->children[1]->sibling = sub;
list_push(&rp->freelist, s->children[1]);
log_debug("made new subsections from %p: %p[%gx%g]; %p[%gx%g]",
RP_DEBUG("made new subsections from %p: %p[%gx%g]; %p[%gx%g]",
(void*)s,
(void*)s->children[0], rect_width(s->children[0]->rect), rect_height(s->children[0]->rect),
(void*)s->children[1], rect_width(s->children[1]->rect), rect_height(s->children[1]->rect)