remove debug output

This commit is contained in:
Paul Davis 2020-03-24 21:15:57 -06:00
parent 900bab7271
commit 807915b40c

View file

@ -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;
} }