remove leftover print
This commit is contained in:
parent
078b8ef82b
commit
5d2b82876d
1
oauth.go
1
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user