Fix MIDI selection/tool issues (issue #0002415 and other bugs).
[ardour.git] / libs / ardour / automation_event.cc
index e47de7510dfb83cbf86c73d0eb5fb7fa6c8deb75..af390953f424aa660b773efa64501a130e2f85f4 100644 (file)
@@ -1436,10 +1436,6 @@ AutomationList::get_state ()
 XMLNode&
 AutomationList::state (bool full)
 {
-       cerr << "getting ";
-       if(full)
-               cerr << "full ";
-       cerr << "state for AutomationList " << _parameter.to_string() << " list size: " << size() << endl; 
        XMLNode* root = new XMLNode (X_("AutomationList"));
        char buf[64];
        LocaleGuard lg (X_("POSIX"));