aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index bb47d27..e61172c 100644
--- a/main.go
+++ b/main.go
@@ -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)