mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Remove debug code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
118bb6d835
commit
fcd0a44744
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ EventLoop::invalidate_request (void* data)
|
|||
if (ir->event_loop) {
|
||||
Glib::Mutex::Lock lm (ir->event_loop->slot_invalidation_mutex());
|
||||
for (list<BaseRequestObject*>::iterator i = ir->requests.begin(); i != ir->requests.end(); ++i) {
|
||||
cerr << "Object deleted had outstanding event loop request, IR created @ "
|
||||
<< ir->file << ':' << ir->line
|
||||
<< endl;
|
||||
(*i)->valid = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue