Skip to content

Commit

Permalink
patch: removed the debug printing of the keypair.
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Oct 28, 2022
1 parent 9d18760 commit ec980e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/openstack/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ func (c *Client) CreateKeypair() *keypairs.KeyPair {
log.Fatalln(err)
}

fmt.Println("----DEBUG----")
fmt.Println(kp.PrivateKey)
fmt.Println("----DEBUG----")

return kp
}

Expand Down

0 comments on commit ec980e0

Please sign in to comment.