removed unnecessary warning

This commit is contained in:
Robin Müller 2022-02-25 11:10:48 +01:00
parent 4747e54c5d
commit 123f2ff360
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 0 additions and 3 deletions

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;
}