diff options
author | jan <jan@ruken.pw> | 2015-12-19 16:45:07 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-19 16:45:07 (UTC) |
commit | 135133902d834e2165c9d7fe064a6f3b40182208 (patch) | |
tree | ed04051b25fde966c106d56fa4d7887f72064990 /charakterin.go | |
parent | 3782afd539d8fbe792c5b5e6650a9b08a22665cb (diff) |
unnötige log entfernt
Diffstat (limited to 'charakterin.go')
-rw-r--r-- | charakterin.go | 1 |
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) { | |||
120 | func (c *Charakterin) IsLoggedIn(r *http.Request) bool { | 120 | func (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 | ||