Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsignori-aot committed Dec 26, 2024
1 parent 070e1db commit 2d333e3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export class ATBCIntegrationProcessingService {
),
}));
let updatedDisabilityStatusCount = 0;
this.logger.log(
`Total disability status requests processed: ${studentsToUpdate.length}`,
);
processSummary.info(
`Total disability status requests processed: ${studentsToUpdate.length}`,
);
Expand Down

0 comments on commit 2d333e3

Please sign in to comment.