remove info printout

This commit is contained in:
Robin Müller 2022-10-17 17:29:10 +02:00
parent 1e43296f2b
commit 009700ce80
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 0 additions and 1 deletions

View File

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