Change redirectmenu to processormenu
[ardour.git] / gtk2_ardour / route_time_axis.cc
index f5e1a82a10957a1677acfdf6f84ba4dff87c6d85..b3a988fd927318660ae47e787d2a44698eedc192 100644 (file)
@@ -1816,8 +1816,6 @@ RouteTimeAxisView::add_automation_child(Parameter param, boost::shared_ptr<Autom
                } 
        }
 
-       cerr << "with show = " << show << " Adding automation child for " << _route->name() << " hideit = " << hideit << " prop = " << prop << endl;
-       
        _automation_tracks.insert(std::make_pair(param, new RouteAutomationNode(param, NULL, track)));
 
        if (hideit) {