remove dcommented code
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-10-16 15:18:32 +02:00
parent 31bf896a6c
commit 718277da28
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -349,8 +349,6 @@ void PlocMpsocHandler::fillCommandAndReplyMap() {
ReturnValue_t PlocMpsocHandler::scanForReply(const uint8_t* start, size_t remainingSize,
DeviceCommandId_t* foundId, size_t* foundLen) {
// sif::debug << "received reply with length" << remainingSize << std::endl;
// arrayprinter::print(start, remainingSize);
ReturnValue_t result = returnvalue::OK;
SpacePacketReader spacePacket;