summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/handler.go b/handler.go
index 4597ae3..c99138e 100644
--- a/handler.go
+++ b/handler.go
@@ -52,8 +52,6 @@ func RegisterHandler(w http.ResponseWriter, r *http.Request) {
http.Error(w, err.Error(), http.StatusInternalServerError)
return
}
-
- session.Save(r, w)
}
func CreateNewEntryHandler(w http.ResponseWriter, r *http.Request) {