Skip to content

Commit

Permalink
fix algorithm container status is undefined message (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
yehiyam authored Jul 13, 2021
1 parent 40e010c commit 960dce3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/worker/lib/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ class Worker {
this._shouldCheckAlgorithmStatus = false;
}
}
else {
log.error(`algorithm container status is ${status}`, { component });
}
}
catch (e) {
log.throttle.error(e.message, { component });
Expand Down

0 comments on commit 960dce3

Please sign in to comment.