mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 13:15:44 +01:00
Trim some debug output.
git-svn-id: svn://localhost/ardour2/branches/3.0@7749 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
18b99c1f44
commit
db2f662471
1 changed files with 0 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue