summaryrefslogtreecommitdiff
path: root/system/tls/devcerts.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-28 15:48:22 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-28 15:48:22 -0800
commit44a55ad6a05bc720e44f3dd762ca1d9cf3f5579a (patch)
treef42cd389dfd2fb1a73a57f39da919172f909c020 /system/tls/devcerts.go
parentcdc165406e11090263236a5a6afce3e84077bdf9 (diff)
removing old fmt print for debug
Diffstat (limited to 'system/tls/devcerts.go')
-rw-r--r--system/tls/devcerts.go1
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)