Explorar o código

remove test code :dizzy_face:

Unknwon %!s(int64=9) %!d(string=hai) anos
pai
achega
102b675f96
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      routers/install.go

+ 0 - 1
routers/install.go

@@ -173,7 +173,6 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) {
 		ctx.HTML(200, INSTALL)
 		return
 	}
-	return
 
 	if _, err := exec.LookPath("git"); err != nil {
 		ctx.RenderWithErr(ctx.Tr("install.test_git_failed", err), INSTALL, &form)