mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
remove debug output
This commit is contained in:
parent
caa42c8b4d
commit
def884e26c
1 changed files with 0 additions and 1 deletions
|
|
@ -1737,7 +1737,6 @@ Locations::clear_cue_markers (samplepos_t start, samplepos_t end)
|
|||
void
|
||||
Locations::globally_change_time_domain (Temporal::TimeDomain from, Temporal::TimeDomain to)
|
||||
{
|
||||
std::cerr << "L-gctd on " << locations.size() << std::endl;
|
||||
Glib::Threads::RWLock::WriterLock lm (_lock);
|
||||
for (auto & l : locations) {
|
||||
l->globally_change_time_domain (from, to);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue