Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bh90210 authored and leaanthony committed Nov 23, 2019
1 parent c828988 commit d9bb8f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions command.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ func (c *Command) parseFlags(args []string) error {
os.Stderr = nil
err := c.flags.Parse(args)
os.Stderr = tmp
// if err != nil {
// fmt.Printf("Error: %s\n\n", err.Error())
// c.PrintHelp()
// }
return err
}

Expand Down

0 comments on commit d9bb8f7

Please sign in to comment.