mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
remove debug output
This commit is contained in:
parent
900bab7271
commit
807915b40c
1 changed files with 0 additions and 1 deletions
|
|
@ -916,7 +916,6 @@ AudioClock::set (samplepos_t when, bool force, samplecnt_t offset)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Samples:
|
case Samples:
|
||||||
std::cerr << this << " set (" << when << ")\n";
|
|
||||||
set_samples (when, force);
|
set_samples (when, force);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue