Skip to content

Commit

Permalink
remind101#16 remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun Zhi Lin committed Sep 6, 2017
1 parent e075041 commit 41a5c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func main() {
duration = flag.Duration("duration", time.Hour, "The duration that the credentials will be valid for.")
format = flag.String("format", defaultFormat(), "Format can be 'bash' or 'powershell'.")
)
fmt.Printf("format: %s\n", defaultFormat())
flag.Parse()
argv := flag.Args()
if len(argv) < 1 {
Expand Down

0 comments on commit 41a5c5a

Please sign in to comment.