diff options
| -rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -357,7 +357,6 @@ func login(w http.ResponseWriter, r *http.Request) { } http.SetCookie(w, &cookie) redirectflash := consumeFlash(w, r, "redirect") - log.Printf("read redirect: %s\n", redirectflash) http.Redirect(w, r, redirectflash, http.StatusSeeOther) default: sendInvalidMethod(w, r) |
