We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 834d5ae + 0a63c61 commit d03f5c8Copy full SHA for d03f5c8
src/commands/force/org/create.ts
@@ -134,7 +134,6 @@ export class Create extends SfCommand<CreateResult> {
134
this.flags = flags;
135
this.varArgs = parseVarArgs(args, argv as string[]);
136
this.logger = await Logger.child(this.constructor.name);
137
- this.logger.debug('Create started with args %s ', flags);
138
139
if (flags.type === OrgTypes.Sandbox) {
140
this.validateSandboxFlags();
0 commit comments