diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index d0e116c971..bc7bccc3ea 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -2780,7 +2780,6 @@ RouteTimeAxisView::create_trim_automation_child (const Evoral::Parameter& param, { boost::shared_ptr c = _route->trim()->gain_control(); if (!c || ! _route->trim()->active()) { - error << "Route has no trim automation, unable to add automation track view." << endmsg; return; }