remove debug fmt.Printlns

This commit is contained in:
Harvey Tindall
2020-08-20 20:35:50 +01:00
parent ee3b421566
commit 0e39b2b699
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -102,7 +102,6 @@ func (app *appContext) GetToken(gc *gin.Context) {
}
cookie, err := gc.Cookie("refresh")
if err == nil && cookie != "" && creds[0] == "" && creds[1] == "" {
fmt.Println("Checking:", cookie)
for _, token := range app.invalidTokens {
if cookie == token {
app.debug.Printf("Auth denied: Refresh token in blocklist")