remove old printouts
All checks were successful
EIVE/eive-obsw/pipeline/pr-cfdp-source-handler This commit looks good

This commit is contained in:
2023-10-13 16:25:40 +02:00
parent b8beddc11b
commit 2f25ac8e7d
5 changed files with 2 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ ReturnValue_t VirtualChannel::handleWriteCompletionSynchronously(size_t& written
}
ReturnValue_t result = advanceWrite(writtenSize);
if (result == returnvalue::OK) {
sif::debug << "last write after" << delayMs << std::endl;
// Transfer complete
return result;
} else if (result != PARTIALLY_WRITTEN) {