Mirror fix

This commit is contained in:
Unknown 2014-03-20 01:48:03 -04:00
parent 805732fdc7
commit bbd38829eb
2 changed files with 1 additions and 2 deletions

View File

@ -167,7 +167,6 @@ func init() {
os.Exit(2)
}
}
Cfg.BlockMode = false
AppName = Cfg.MustValue("", "APP_NAME", "Gogs: Go Git Service")
AppLogo = Cfg.MustValue("", "APP_LOGO", "img/favicon.png")

View File

@ -138,7 +138,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
}
}
fmt.Println(Paths)
log.Trace("repo.Single: Paths: %s", strings.Join(Paths, ", "))
ctx.Data["Paths"] = Paths
ctx.Data["Treenames"] = treenames