Commit 12818a8b authored by Ramon Nou's avatar Ramon Nou
Browse files

Remove progress logging statement in worker::run()

function
parent 538ae154
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();