Skip to content

Commit fa96a20

Browse files
committed
Remove unwanted code
Signed-off-by: Vishal Anarase <[email protected]>
1 parent 2b5912a commit fa96a20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cli/pkg/workspace/plugin/create.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ func (o *CreateWorkspaceOptions) Run(ctx context.Context) error {
253253
}
254254
createContextOptions.startingConfig = &startingConfig
255255

256-
// if err := o.modifyConfig(o.ClientConfig.ConfigAccess(), &startingConfig); err != nil {
257-
// return err
258-
// }
259-
260256
// only for unit test needs
261257
if o.modifyConfig != nil {
262258
createContextOptions.modifyConfig = o.modifyConfig

0 commit comments

Comments
 (0)