mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 11:26:00 +01:00
remove debug output from previous commit
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8701 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
808ce59488
commit
c60c1d2844
1 changed files with 0 additions and 2 deletions
|
|
@ -15,7 +15,6 @@ cleanup_request_buffer (void* ptr)
|
|||
RequestBuffer* rb = (RequestBuffer*) ptr;
|
||||
|
||||
{
|
||||
cerr << "Thread dies with a per-thread buffer for ui " << rb->ui.name() << endl;
|
||||
Glib::Mutex::Lock lm (rb->ui.request_buffer_map_lock);
|
||||
rb->dead = true;
|
||||
}
|
||||
|
|
@ -125,7 +124,6 @@ AbstractUI<RequestObject>::handle_ui_requests ()
|
|||
RequestBufferVector vec;
|
||||
|
||||
if ((*i).second->dead) {
|
||||
cerr << "Seen a dead request buffer - cleaning it up ..\n";
|
||||
delete (*i).second;
|
||||
RequestBufferMapIterator tmp = i;
|
||||
++tmp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue