13
0

remove debug output

This commit is contained in:
Paul Davis 2018-11-26 11:05:49 -05:00
parent f2e2cce343
commit 93d2f6f433

View File

@ -614,8 +614,6 @@ Item::size_request (double& w, double& h) const
{
Rect r (bounding_box());
std::cerr << "\titem " << this << " bbox " << r << std::endl;
w = std::max (requested_width, r.width());
h = std::max (requested_height, r.height());
}