Skip to content

Commit

Permalink
Remove test logging (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
praju-aot authored Jul 12, 2024
1 parent b5aea37 commit 24c60a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scheduler/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export class AppService {
private featureFlagsService: FeatureFlagsService,
) {}

getHealthCheck(): string {
this.logger.log('Stale image test 3')
getHealthCheck(): string {
return 'TPS Migration Healthcheck!';
}

Expand Down

0 comments on commit 24c60a7

Please sign in to comment.