Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Sep 3, 2024
1 parent 95d17a5 commit ed54068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/teraslice/src/lib/cluster/services/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ export class JobsService {
}
const exIdsArr = Array.from(exIdsSet);
const exIdsString = exIdsArr.join(', ');
// FIXME: we could alternatively throw an error here and make the user force remove
// resources manually as we do with 'startJob'
this.logger.info(`There are orphaned resources for job: ${jobId}, exId: ${exIdsString}.\n`
+ 'Removing resources before job deletion.');
await Promise.all(exIdsArr
Expand Down

0 comments on commit ed54068

Please sign in to comment.