removed extraneous call to store.Get

This commit is contained in:
Stephen McQuay 2013-05-09 00:41:06 -07:00
parent 1bf4f37921
commit a2671f2d77
1 changed files with 0 additions and 2 deletions

View File

@ -110,8 +110,6 @@ func attempt(w http.ResponseWriter, req *http.Request) {
} else {
score -= 1
}
session, _ = store.Get(req, "Score")
session.Values["Score"] = score
session.Save(req, w)