remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Jan 2016 16:00:50 +0000 (11:00 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 14 Jan 2016 16:00:50 +0000 (11:00 -0500)
libs/pbd/pbd/abstract_ui.cc

index 3fa1f64770211f1e2bcff30703ab50b4746fcdb1..65f321222ec83d4eaba6bb49981d4fa439384f0b 100644 (file)
@@ -245,7 +245,6 @@ AbstractUI<RequestObject>::handle_ui_requests ()
                if ((*i).second->dead) {
                        DEBUG_TRACE (PBD::DEBUG::AbstractUI, string_compose ("%1/%2 deleting dead per-thread request buffer for %3 @ %4\n",
                                                                             event_loop_name(), pthread_name(), i->second));
-                       cerr << event_loop_name() << " noticed that a buffer was dead\n";
                        /* remove it from the EventLoop static map of all request buffers */
                        EventLoop::remove_request_buffer_from_map ((*i).second);
                        /* delete it */