Skip to content

Commit

Permalink
Remove useless else
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Mar 11, 2024
1 parent eedfac3 commit 5805ef5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,6 @@ public void clusterChanged(ClusterChangedEvent event) {
// Either way, we know we won't put it back in cache as we are synchronized on `loadingListeners`
if (modelAndConsumer == null) {
ML_MODEL_INFERENCE_FEATURE.stopTracking(licenseState, modelId);
} else {

}
}
}
Expand Down

0 comments on commit 5805ef5

Please sign in to comment.