diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/social/social.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/social/social.go b/modules/social/social.go index b2f61f03..62f4d518 100644 --- a/modules/social/social.go +++ b/modules/social/social.go @@ -67,7 +67,6 @@ func NewOauthService() { TokenURL: setting.OauthService.OauthInfos[name].TokenUrl, } } - enabledOauths := make([]string, 0, 10) // GitHub. |