mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 19:31:21 +01:00
Delete the useless code (#1335)
This commit is contained in:
parent
5586445207
commit
dbabc35e71
1 changed files with 0 additions and 4 deletions
|
@ -544,10 +544,6 @@ func NewContext() {
|
|||
|
||||
Cfg = ini.Empty()
|
||||
|
||||
if err != nil {
|
||||
log.Fatal(4, "Failed to parse 'app.ini': %v", err)
|
||||
}
|
||||
|
||||
CustomPath = os.Getenv("GITEA_CUSTOM")
|
||||
if len(CustomPath) == 0 {
|
||||
// For backward compatibility
|
||||
|
|
Loading…
Reference in a new issue