Skip to content

Commit a31e39f

Browse files
committed
removed redundant check
1 parent 90dee7f commit a31e39f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/cmd/network/list/list.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
8383
if err != nil {
8484
params.Printer.Debug(print.ErrorLevel, "get project name: %v", err)
8585
projectLabel = model.ProjectId
86-
} else if projectLabel == "" {
87-
projectLabel = model.ProjectId
8886
}
8987

9088
// Truncate output

0 commit comments

Comments
 (0)