diff options
-rw-r--r-- | system/tls/devcerts.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/tls/devcerts.go b/system/tls/devcerts.go index d22f541..b41f099 100644 --- a/system/tls/devcerts.go +++ b/system/tls/devcerts.go @@ -119,7 +119,6 @@ func setupDev() { vendorTLSPath := filepath.Join(pwd, "cmd", "ponzu", "vendor", "github.com", "ponzu-cms", "ponzu", "system", "tls") devcertsPath := filepath.Join(vendorTLSPath, "devcerts") - fmt.Println(devcertsPath) // clear all old certs if found err = os.RemoveAll(devcertsPath) |