remove extra log line
This commit is contained in:
parent
404acf6b7f
commit
445d1b7ccd
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ func newGetKeyCommand() *cobra.Command {
|
||||||
return fmt.Errorf("failed to create private key for decryption: %w", err)
|
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)
|
kc, kcclose, err := client.Dial(hostname)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Add table
Reference in a new issue