aboutsummaryrefslogtreecommitdiff
path: root/charakterin.go
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-19 16:45:07 (UTC)
committerjan <jan@ruken.pw>2015-12-19 16:45:07 (UTC)
commit135133902d834e2165c9d7fe064a6f3b40182208 (patch)
treeed04051b25fde966c106d56fa4d7887f72064990 /charakterin.go
parent3782afd539d8fbe792c5b5e6650a9b08a22665cb (diff)
unnötige log entfernt
Diffstat (limited to 'charakterin.go')
-rw-r--r--charakterin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/charakterin.go b/charakterin.go
index 202e8b2..3573e8b 100644
--- a/charakterin.go
+++ b/charakterin.go
@@ -120,7 +120,6 @@ func (c *Charakterin) Login(w http.ResponseWriter, r *http.Request) {
120func (c *Charakterin) IsLoggedIn(r *http.Request) bool { 120func (c *Charakterin) IsLoggedIn(r *http.Request) bool {
121 cookie, err := r.Cookie("session") 121 cookie, err := r.Cookie("session")
122 if err != nil { 122 if err != nil {
123 log.Println("no session")
124 return false 123 return false
125 } 124 }
126 125