summaryrefslogtreecommitdiff
path: root/caddy.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddy.go')
-rw-r--r--caddy.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/caddy.go b/caddy.go
index 40b73c5..3b7aee2 100644
--- a/caddy.go
+++ b/caddy.go
@@ -4,7 +4,6 @@ import (
"encoding/json"
"fmt"
"log"
- "runtime/debug"
"strings"
"sync"
"time"
@@ -49,9 +48,6 @@ func Start(cfg Config) error {
currentCfg = &cfg
currentCfgMu.Unlock()
- // TODO: debugging memory leak...
- debug.FreeOSMemory()
-
return nil
}