Skip to content

Commit d03f5c8

Browse files
Merge pull request #708 from salesforcecli/sh/fix-circular-ref-error
fix: remove logging that caused circular ref
2 parents 834d5ae + 0a63c61 commit d03f5c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/force/org/create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export class Create extends SfCommand<CreateResult> {
134134
this.flags = flags;
135135
this.varArgs = parseVarArgs(args, argv as string[]);
136136
this.logger = await Logger.child(this.constructor.name);
137-
this.logger.debug('Create started with args %s ', flags);
138137

139138
if (flags.type === OrgTypes.Sandbox) {
140139
this.validateSandboxFlags();

0 commit comments

Comments
 (0)