removing printout
Some checks are pending
EIVE/eive-obsw/pipeline/pr-v3.0.0-dev Build started...

This commit is contained in:
Robin Müller 2023-06-09 14:40:47 +02:00
parent cd6b7d90be
commit 171d4976c3
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -1080,7 +1080,6 @@ ReturnValue_t CoreController::actionListDirectoryDumpDirectly(ActionId_t actionI
std::filesystem::remove(LIST_DIR_DUMP_WORK_FILE, e);
return result;
}
sif::debug << "dumped segment " << dumpContext.segmentIdx << std::endl;
dumpContext.segmentIdx++;
dumpContext.dumpedBytes += nextDumpLen;
// Dump takes multiple task cycles, so cache the dump state and continue dump the next cycles.
@ -2391,7 +2390,6 @@ void CoreController::dirListingDumpHandler() {
actionHelper.finish(false, dumpContext.commander, dumpContext.actionId, result);
return;
}
sif::debug << "dumped segment " << dumpContext.segmentIdx << std::endl;
dumpContext.segmentIdx++;
dumpContext.dumpedBytes += nextDumpLen;
// Dump takes multiple task cycles, so cache the dump state and continue dump the next cycles.