Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 30, 2024
1 parent c6e0f2b commit 1128487
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
if progressing == false and degraded == false and status_unknown == 0 and status_false == 0 then
health_status.status = "Healthy"
# msg = "InferenceService is healthy."
elseif progressing == true and status_unknown >= 0 then
health_status.status = "Progressing"
else
Expand Down

0 comments on commit 1128487

Please sign in to comment.