13
0

remove debug output

This commit is contained in:
Paul Davis 2019-05-29 15:20:16 -06:00
parent 8463fb728f
commit 098ff7a07e

View File

@ -728,7 +728,6 @@ StreamView::setup_new_rec_layer_time (boost::shared_ptr<Region> region)
void
StreamView::parameter_handler (string const & what)
{
std::cerr << "SV ph for " << what << std::endl;
if (what == "show-region-name") {
for (RegionViewList::iterator i = region_views.begin (); i != region_views.end (); ++i) {
(*i)->update_visibility ();