Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
remove print
  • Loading branch information
jiuker committed Jul 17, 2024
1 parent 68613cd commit c852a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,6 @@ func sidekickMain(ctx *cli.Context) {
}
console.Printf("Generated TLS certificate for host '%s'\n", ctx.String("auto-tls-host"))
console.Printf("certFile:\n%s\n", string(cert))
console.Printf("keyFile:\n%s\n", string(key))
certificates, err := tls.X509KeyPair(cert, key)
if err != nil {
console.Fatalln(err)
Expand Down

0 comments on commit c852a2d

Please sign in to comment.