more debugging

git-svn-id: svn://localhost/ardour2/trunk@1046 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2006-11-01 01:07:10 +00:00
parent 7e209d06a1
commit dc40809648

View File

@@ -811,6 +811,8 @@ AutomationLine::determine_visible_control_points (ALPoints& points)
/* discard extra CP's to avoid confusing ourselves */
cerr << "here we are, view_index = " << view_index << " cp size = " << control_points.size() << " np = " << npoints << endl;
while (control_points.size() > view_index) {
ControlPoint* cp = control_points.back();
control_points.pop_back ();