Skip to content

Commit

Permalink
removes unneeded debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed May 28, 2024
1 parent 011af0b commit 65cf690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/vcert/cmdCloudKeystores.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func doCommandProvisionCloudKeystore(c *cli.Context) error {

func gettingIDsFromFiles(flags *commandFlags) (*commandFlags, error) {
if flags.pickupIDFile != "" {
fmt.Printf("pickupIDFILE is not empty string")
bytes, err := os.ReadFile(flags.pickupIDFile)
if err != nil {
return nil, fmt.Errorf("failed to read Pickup ID value: %s", err)
Expand Down

0 comments on commit 65cf690

Please sign in to comment.