13
0

T: remove mistakenly committed changes related to debugging

This commit is contained in:
Paul Davis 2024-05-08 22:17:07 -06:00
parent b10a5be5be
commit 9753b26150
2 changed files with 0 additions and 5 deletions

View File

@ -83,9 +83,6 @@ InternalSend::~InternalSend ()
void
InternalSend::propagate_solo ()
{
if (_role == MasterSend) {
return;
}
if (_session.inital_connect_or_deletion_in_progress ()) {
return;
}

View File

@ -277,8 +277,6 @@ Send::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_sample, do
} else {
_meter->run (*_output_buffers, start_sample, end_sample, speed, nframes, true);
}
} else {
std::cerr << "send not metering\n";
}
_thru_delay->run (bufs, start_sample, end_sample, speed, nframes, true);