remove some more printouts
Some checks failed
EIVE/eive-obsw/pipeline/pr-v2.1.0-dev There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-v2.1.0-dev There was a failure building this commit
This commit is contained in:
parent
c8ed7fe20e
commit
78972cd173
@ -181,7 +181,6 @@ ReturnValue_t PlocMpsocSpecialComHelper::performFlashRead() {
|
|||||||
if (ofile.bad()) {
|
if (ofile.bad()) {
|
||||||
return returnvalue::FAILED;
|
return returnvalue::FAILED;
|
||||||
}
|
}
|
||||||
sif::debug << "Sequence count: " << sequenceCount->get() << std::endl;
|
|
||||||
ReturnValue_t result = flashfopen(mpsoc::FileAccessMode::READ);
|
ReturnValue_t result = flashfopen(mpsoc::FileAccessMode::READ);
|
||||||
if (result != returnvalue::OK) {
|
if (result != returnvalue::OK) {
|
||||||
std::filesystem::remove(flashReadAndWrite.obcFile, e);
|
std::filesystem::remove(flashReadAndWrite.obcFile, e);
|
||||||
|
Loading…
Reference in New Issue
Block a user