Trim some debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@7749 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-07 12:19:20 +00:00
parent 18b99c1f44
commit db2f662471

View file

@ -664,12 +664,6 @@ Editor::build_region_boundary_cache ()
/* finally sort to be sure that the order is correct */
sort (region_boundary_cache.begin(), region_boundary_cache.end());
cerr << "RBC contains " << region_boundary_cache.size() << endl;
for (vector<framepos_t>::iterator x = region_boundary_cache.begin(); x != region_boundary_cache.end(); ++x) {
cerr << "Region boundary @ " << *x << endl;
}
}
boost::shared_ptr<Region>