Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Jul 23, 2019
1 parent d8e6ba5 commit f1fe73e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/enable.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ var enableCmd = &cobra.Command{
if err != nil {
return fmt.Errorf("Unable to determine path to the vault-token-helper binary: %s", err)
}
fmt.Printf("bin: %s\n", bin)
fmt.Printf("os.args0: %s", os.Args[0])

// backup ~/.vault to ~/.vault.bak if it exists
_, err = os.Stat(path)
Expand Down

0 comments on commit f1fe73e

Please sign in to comment.