removed unnecessary warning

This commit is contained in:
2022-02-25 11:10:48 +01:00
parent 4747e54c5d
commit 123f2ff360

View File

@ -38,9 +38,6 @@ ReturnValue_t Service5EventReporting::performService() {
}
}
}
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::warning << "Service5EventReporting::generateEventReport: Too many events" << std::endl;
#endif
return HasReturnvaluesIF::RETURN_OK;
}