remove leftover print
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user