EIVE upstream #29

Merged
muellerr merged 693 commits from use-eive-upstream into develop 2023-06-30 15:44:39 +02:00
Showing only changes of commit 009700ce80 - Show all commits

View File

@ -453,7 +453,6 @@ ReturnValue_t cfdp::DestHandler::sendFinishedPdu() {
return result;
}
fsmRes.packetsSent++;
sif::info << "Sent finished PDU" << std::endl;
return OK;
}