summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-05-08 10:40:11 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-05-08 10:41:12 +0100
commit7b2063d62d5bbcace893d9b53586afe57f21f7fb (patch)
tree0878701064d76f407f4cdf53be37016be48e35eb /gtk2_ardour/editor_routes.cc
parent7d523dc43c78a6cbdd2668cb541f186f7ae8bdeb (diff)
remove misc. debug output
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 365dd8d9ef..487f3aff2b 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -836,7 +836,6 @@ EditorRoutes::time_axis_views_added (list<TimeAxisView*> tavs)
{
PBD::Unwinder<bool> uw (_ignore_selection_change, true);
- cerr << "Should ignore model/selection change\n";
_display.set_model (_model);
}