diff --git a/steamcache/steamcache.go b/steamcache/steamcache.go index fee26d5..05bb93c 100644 --- a/steamcache/steamcache.go +++ b/steamcache/steamcache.go @@ -135,10 +135,10 @@ func (sc *SteamCache) ServeHTTP(w http.ResponseWriter, r *http.Request) { return } - tstart := time.Now() - defer func() { - log.Printf("%s %s %s took %s", r.Method, r.URL.String(), w.Header().Get("X-LanCache-Status"), time.Since(tstart)) - }() + // tstart := time.Now() + // defer func() { + // log.Printf("%s %s %s took %s", r.Method, r.URL.String(), w.Header().Get("X-LanCache-Status"), time.Since(tstart)) + // }() sc.mu.Lock() sc.dirty = true