Skip to content

Commit

Permalink
Removing ShowTree dummy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokc9 committed Aug 1, 2024
1 parent e79535a commit df910e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/csi/pvc_inspector.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ func (r *PVCBrowseRunner) RunPVCBrowse(ctx context.Context, args *types.PVCBrows
dynCli: r.DynCli,
},
}
if args.ShowTree {
fmt.Println("Show Tree works for PVC!")
return nil
}
return r.RunPVCBrowseHelper(ctx, args)
}

Expand Down

0 comments on commit df910e2

Please sign in to comment.