Skip to content

Commit 270cf7a

Browse files
committed
chore: remove comment
1 parent bb63b2e commit 270cf7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/project/retrieve/start.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ export default class RetrieveMetadata extends SfCommand<RetrieveResultJson> {
203203
format
204204
);
205205
if (format === 'source' && (Boolean(flags.manifest) || Boolean(flags.metadata))) {
206-
// TODO: test this
207206
const access = new RegistryAccess(undefined, SfProject.getInstance()?.getPath());
208207
if (wantsToRetrieveCustomFields(componentSetFromNonDeletes, access)) {
209208
this.warn(messages.getMessage('wantsToRetrieveCustomFields'));

0 commit comments

Comments
 (0)