Skip to content

Commit

Permalink
remove print stack trace
Browse files Browse the repository at this point in the history
Signed-off-by: zhichao-aws <[email protected]>
  • Loading branch information
zhichao-aws committed Sep 27, 2023
1 parent 5c0f9ac commit 9f52554
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,7 @@ protected void deleteModel(String modelId) {
);

// after model undeploy returns, the max interval to update model status is 3s in ml-commons CronJob.
try {
Thread.sleep(3000);
} catch (InterruptedException e) {
e.printStackTrace();
}
Thread.sleep(3000);

makeRequest(
client(),
Expand Down

0 comments on commit 9f52554

Please sign in to comment.