mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
Remove debug output
This commit is contained in:
parent
dad40f960d
commit
9232f41176
1 changed files with 0 additions and 6 deletions
|
|
@ -846,9 +846,6 @@ AudioClock::session_configuration_changed (std::string p)
|
||||||
void
|
void
|
||||||
AudioClock::set_duration (Temporal::timecnt_t const & dur, bool force)
|
AudioClock::set_duration (Temporal::timecnt_t const & dur, bool force)
|
||||||
{
|
{
|
||||||
if (!is_duration) {
|
|
||||||
printf ("SET is_duration = true\n");
|
|
||||||
}
|
|
||||||
is_duration = true;
|
is_duration = true;
|
||||||
|
|
||||||
if ((!force && !get_visible()) || !_session) {
|
if ((!force && !get_visible()) || !_session) {
|
||||||
|
|
@ -925,9 +922,6 @@ AudioClock::set_duration (Temporal::timecnt_t const & dur, bool force)
|
||||||
void
|
void
|
||||||
AudioClock::set (timepos_t const & w, bool force)
|
AudioClock::set (timepos_t const & w, bool force)
|
||||||
{
|
{
|
||||||
if (is_duration) {
|
|
||||||
printf ("SET is_duration = false\n");
|
|
||||||
}
|
|
||||||
is_duration = false;
|
is_duration = false;
|
||||||
|
|
||||||
timepos_t when (w);
|
timepos_t when (w);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue