remove erroneous debug line

This commit is contained in:
Paul Davis 2025-07-30 16:04:00 -06:00
parent 9c890f2690
commit bda4d195f1

View file

@ -1719,7 +1719,6 @@ AudioTrigger::set_region_in_worker_thread_internal (std::shared_ptr<Region> r, b
if (!r) {
data.reset ();
std::cerr << "T " << _box.order() << " / " << index() << " cleared, now playable ? " << playable() << " dl " << data.length() << std::endl;
return 0;
}