Skip to content

Commit

Permalink
Removed fingerprint printing from vmClient
Browse files Browse the repository at this point in the history
Removed fingerprint printing from vmClient
  • Loading branch information
ruslangabitov committed Oct 2, 2014
1 parent a1a6933 commit 0adc3f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/vmClient/vmClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ func getServiceCertFingerprint(certPath string) (string, error) {

sha1sum := sha1.Sum(block.Bytes)
fingerprint := fmt.Sprintf("%X", sha1sum)
fmt.Println(fingerprint)
return fingerprint, nil
}

Expand Down

0 comments on commit 0adc3f4

Please sign in to comment.