13
0

remove debug output

This commit is contained in:
Paul Davis 2020-06-19 18:06:31 -06:00
parent 94b44ceb52
commit a349d7e49b

View File

@ -192,8 +192,6 @@ ConstraintPacker::size_allocate (Rect const & r)
Item::size_allocate (r);
cerr << "CP alloc " << r << " with " << constrained_map.size() << " children\n";
kiwi::Solver s;
s.addConstraint (width == r.width());