mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove debug output
This commit is contained in:
parent
f2e2cce343
commit
93d2f6f433
1 changed files with 0 additions and 2 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue