From 2386410e4a64223931dc06ac7058cd42b0ad9dab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 14 Jan 2016 11:00:50 -0500 Subject: remove debug output --- libs/pbd/pbd/abstract_ui.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/pbd/pbd/abstract_ui.cc') diff --git a/libs/pbd/pbd/abstract_ui.cc b/libs/pbd/pbd/abstract_ui.cc index 3fa1f64770..65f321222e 100644 --- a/libs/pbd/pbd/abstract_ui.cc +++ b/libs/pbd/pbd/abstract_ui.cc @@ -245,7 +245,6 @@ AbstractUI::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 */ -- cgit v1.2.3