Skip to content

Commit 65cf690

Browse files
removes unneeded debug print
1 parent 011af0b commit 65cf690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/vcert/cmdCloudKeystores.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ func doCommandProvisionCloudKeystore(c *cli.Context) error {
9595

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

0 commit comments

Comments
 (0)