File tree 3 files changed +0
-5
lines changed 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import {
13
13
fs ,
14
14
Logger ,
15
15
Messages ,
16
- Org ,
17
16
REQUIRED_FIELDS ,
18
17
SfdxError ,
19
18
User ,
@@ -75,8 +74,6 @@ export class UserCreateCommand extends SfdxCommand {
75
74
description : messages . getMessage ( 'flags.setuniqueusername' ) ,
76
75
} ) ,
77
76
} ;
78
- public logger : Logger ;
79
- public org : Org ;
80
77
81
78
private user : User ;
82
79
private successes : SuccessMsg [ ] = [ ] ;
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export class UserDisplayCommand extends SfdxCommand {
30
30
public static readonly examples = messages . getMessage ( 'examples' ) . split ( os . EOL ) ;
31
31
public static readonly requiresUsername = true ;
32
32
public static readonly requiresDevhubUsername = true ;
33
- public logger : Logger ;
34
33
35
34
public async run ( ) : Promise < UserDisplayResult > {
36
35
this . logger = await Logger . child ( this . constructor . name ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ export class UserPasswordGenerateCommand extends SfdxCommand {
27
27
description : messages . getMessage ( 'flags.onBehalfOf' ) ,
28
28
} ) ,
29
29
} ;
30
- public org : Org ;
31
30
32
31
private usernames : string [ ] ;
33
32
private passwordData : PasswordData [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments