Skip to content

Commit

Permalink
fix: remove logging (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Apr 4, 2024
1 parent 7dbfd03 commit e2a023d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/project/delete/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
RequestStatus,
SourceComponent,
} from '@salesforce/source-deploy-retrieve';
import { Duration, logFn } from '@salesforce/kit';
import { Duration } from '@salesforce/kit';
import { ChangeResult, ConflictResponse, deleteCustomLabels, SourceTracking } from '@salesforce/source-tracking';
import {
arrayWithDeprecation,
Expand Down Expand Up @@ -398,7 +398,6 @@ export class Source extends SfCommand<DeleteSourceJson> {
const local = (this.components ?? [])
.filter(isSourceComponent)
.filter(sourceComponentIsNotInMixedDeployDelete(this.mixedDeployDelete))
.map(logFn)
.flatMap((c) =>
// for custom labels, print each custom label to be deleted, not the whole file
isNonDecomposedCustomLabelsOrCustomLabel(c)
Expand Down

0 comments on commit e2a023d

Please sign in to comment.