remove extra log line
All checks were successful
tests / go test (push) Successful in 16s
tests / golangci-lint (push) Successful in 17s

This commit is contained in:
Jared Allard 2025-03-06 21:57:06 -08:00
parent 404acf6b7f
commit 445d1b7ccd
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -96,8 +96,6 @@ func newGetKeyCommand() *cobra.Command {
return fmt.Errorf("failed to create private key for decryption: %w", err)
}
fmt.Printf("Sending GetKey request: machine_id=%s\n", machineID)
kc, kcclose, err := client.Dial(hostname)
if err != nil {
return err