Rebuild Shuffle structure for docker image builds

This commit is contained in:
frikky
2020-05-24 07:53:39 +02:00
parent f94ef2bffa
commit 62bc6708c1
43 changed files with 97 additions and 448 deletions
+1 -1
View File
@@ -5698,7 +5698,7 @@ func verifySwagger(resp http.ResponseWriter, request *http.Request) {
log.Println(len(user.PrivateApps))
c, err := request.Cookie("session_token")
if err == nil {
log.Printf("Should've deleted cache for %s with token %s", user.Username, c.Value)
//log.Printf("Should've deleted cache for %s with token %s", user.Username, c.Value)
//err = memcache.Delete(request.Context(), c.Value)
//err = memcache.Delete(request.Context(), user.ApiKey)
}