diff --git a/oauth.go b/oauth.go index 3944030..55fda53 100644 --- a/oauth.go +++ b/oauth.go @@ -182,7 +182,6 @@ func (s *OAuthStore) CallbackHandler() http.Handler { http.Error(w, "Failed to get info", http.StatusInternalServerError) return } - println(userID) sess, err := s.CreateSession(userID, time.Hour*24) if err != nil { http.Error(w, "Failed to create session", http.StatusInternalServerError)