Remove debug logs.

This commit is contained in:
Ferdinand Muetsch 2019-05-21 14:24:45 +02:00
parent e572eb3b10
commit c2b705f172
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import (
"net/http"
"strings"
"time"
"fmt"
"github.com/patrickmn/go-cache"
@ -54,7 +53,6 @@ func (m *AuthenticateMiddleware) Handle(w http.ResponseWriter, r *http.Request,
return
}
} else {
fmt.Println("Cache Hit")
user = cachedUser.(*models.User)
}