remove debugging output

git-svn-id: svn://localhost/ardour2/branches/3.0@11167 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2012-01-05 17:42:48 +00:00
parent 3678b7c962
commit 862299120c

View File

@@ -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.
*/