Loading src/worker/worker.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,6 @@ worker::run() { int index = I->second.second; if(op) { index = op->progress(index); LOGGER_INFO("Progress: {}", index); if(index == -1) { // operation finished cargo::error_code ec = op->progress(); Loading Loading
src/worker/worker.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,6 @@ worker::run() { int index = I->second.second; if(op) { index = op->progress(index); LOGGER_INFO("Progress: {}", index); if(index == -1) { // operation finished cargo::error_code ec = op->progress(); Loading