Skip to content

Commit

Permalink
removing obsolete function
Browse files Browse the repository at this point in the history
Signed-off-by: wejdross <lukaszwidera1993@gmail.com>
  • Loading branch information
wejdross committed Mar 30, 2023
1 parent 984d914 commit 0567b02
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,3 @@ func RunRestore(ctx *cli.Context) error {
logger.Info(fmt.Sprintf("To access logs please run:\tkubectl -n %s logs jobs/restore-%s", restore.Cfg.Namespace, restoreName))
return nil
}

func CheckIfFlagWasSet(flagName string) {
for _, val := range Command.Flags {
fmt.Println(val.Names(), val.IsSet())
}
log.Fatal("done")
}

0 comments on commit 0567b02

Please sign in to comment.