Skip to content

Commit

Permalink
remove log import from truststore_freebsd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qiu-x committed Nov 26, 2021
1 parent cf7dc64 commit 46ca5e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions truststore_freebsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"crypto/x509"
"fmt"
"io/ioutil"
"log"
"os"
"os/exec"
"strings"
Expand All @@ -30,7 +29,7 @@ func init() {
err := os.Mkdir("/usr/local/etc/ssl/certs", 0755)
if err != nil {
SystemTrustCommand = nil
log.Fatal(err)
debug(err.Error())
return
}
}
Expand Down

0 comments on commit 46ca5e1

Please sign in to comment.