Remove unnecessary change
Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
parent
7eec1040e5
commit
ce07867db1
|
@ -61,7 +61,7 @@ func GlobalInit() {
|
|||
}
|
||||
models.HasEngine = true
|
||||
if err := models.InitOAuth2(); err != nil {
|
||||
//log.Fatal(4, "Failed to initialize OAuth2 support: %v", err)
|
||||
log.Fatal(4, "Failed to initialize OAuth2 support: %v", err)
|
||||
}
|
||||
|
||||
models.LoadRepoConfig()
|
||||
|
|
Loading…
Reference in New Issue
Block a user