remove debug output 4.5
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 11 Jan 2016 04:34:10 +0000 (23:34 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 11 Jan 2016 04:34:10 +0000 (23:34 -0500)
libs/pbd/pbd/abstract_ui.cc

index 1514455b42c86b9d8c1f2028f5333e0acedca784..116a82745261100674d26e2b4501af8bc128bd0b 100644 (file)
@@ -361,7 +361,6 @@ AbstractUI<RequestObject>::send_request (RequestObject *req)
                           single-reader/single-writer semantics
                        */
                        DEBUG_TRACE (PBD::DEBUG::AbstractUI, string_compose ("%1/%2 send heap request type %3\n", event_loop_name(), pthread_name(), req->type));
-                       cerr << "Send request to " << event_loop_name() << " via LIST from " << pthread_name() << endl;
                        Glib::Threads::Mutex::Lock lm (request_list_lock);
                        request_list.push_back (req);
                }