Skip to content

Commit 0a63c61

Browse files
committed
fix: remove logging that caused circular ref
1 parent 834d5ae commit 0a63c61

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)