diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-31 17:15:04 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-31 17:15:04 -0400 |
commit | 2657f88d9af9420329c49fab20bd1c7a5febc071 (patch) | |
tree | b6f403b9f403e4f639ddde6c337d57523e44a648 /modules/social | |
parent | ddb7f55035216193a18c713b3536fba10543b04d (diff) | |
download | gitea-2657f88d9af9420329c49fab20bd1c7a5febc071.tar.gz gitea-2657f88d9af9420329c49fab20bd1c7a5febc071.zip |
Fix #222
Diffstat (limited to 'modules/social')
-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 b2f61f03fb..62f4d51835 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. |