summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-09 14:40:25 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-09 14:40:25 +0000
commit935eba7979e05a4ec811ad082b3298ac87c919d2 (patch)
tree3cc9d269da458f98f6f668e3d47313235d595f91 /gtk2_ardour/route_time_axis.cc
parent8f1c6a5a4dcb58a2b28bad0a5f08715fc733ccce (diff)
remove a bunch of debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@6472 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 8c27f8509b..826afc511c 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1536,7 +1536,6 @@ RouteTimeAxisView::use_playlist (boost::weak_ptr<Playlist> wpl)
if (route_group() && route_group()->is_active()) {
- //PBD::stacktrace(cerr, 20);
std::string group_string = "."+route_group()->name()+".";
std::string take_name = apl->name();
@@ -1623,12 +1622,9 @@ RouteTimeAxisView::color_handler ()
void
RouteTimeAxisView::toggle_automation_track (const Evoral::Parameter& param)
{
- cerr << "CHANGE VISIBILITY OF " << param.type() << '/' << param.id() << '/' << (int) param.channel() << endl;
-
RouteAutomationNode* node = automation_track(param);
if (!node) {
- cerr << "\tNO EXISTING TRACK, create it\n";
/* add it */
create_automation_child (param, true);
} else {