mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
remove debugging output
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4213 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
85dedba045
commit
3e89ba31b5
1 changed files with 1 additions and 6 deletions
|
|
@ -4939,10 +4939,7 @@ Editor::add_to_idle_resize (TimeAxisView* view, uint32_t h)
|
|||
{
|
||||
if (resize_idle_id < 0) {
|
||||
resize_idle_id = g_idle_add (_idle_resizer, this);
|
||||
cerr << "QUEUE and reset idle resize target to " << h << endl;
|
||||
} else {
|
||||
cerr << "JUST reset idle resize target to " << h << endl;
|
||||
}
|
||||
}
|
||||
|
||||
resize_idle_target = h;
|
||||
|
||||
|
|
@ -4951,8 +4948,6 @@ Editor::add_to_idle_resize (TimeAxisView* view, uint32_t h)
|
|||
if (selection->selected (view) && !selection->tracks.empty()) {
|
||||
pending_resizes.insert (pending_resizes.end(), selection->tracks.begin(), selection->tracks.end());
|
||||
}
|
||||
|
||||
cerr << "\tpending now " << pending_resizes.size() << endl;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue