remove debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@11167 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -851,12 +851,6 @@ TempoMap::extend_map (framepos_t end)
|
||||
}
|
||||
}
|
||||
|
||||
cerr << "extend map to " << end << " next_metric @ end ? " << (next_metric == metrics.end());
|
||||
if (next_metric != metrics.end()) {
|
||||
cerr << *next_metric;
|
||||
}
|
||||
cerr << endl;
|
||||
|
||||
/* we cast away const here because this is the one place where we need
|
||||
* to actually modify the frame time of each metric section.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user