Skip to content

Commit

Permalink
refactor: Remove unnecessary code in StatusAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Aug 29, 2024
1 parent 6e10739 commit 2269681
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Common/Server/API/StatusAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ export default class StatusAPI {
logger.info("Ready check: ok");
stausReadySuccess.add(1);

span.recordException(new ServerException("Server is ready"));

Response.sendJsonObjectResponse(req, res, {
status: "ok",
});
Expand Down

0 comments on commit 2269681

Please sign in to comment.