From 102b675f96eb4340c35376ddd33385f4f20ef091 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 29 Oct 2015 21:19:51 -0400 Subject: [PATCH] remove test code :dizzy_face: --- routers/install.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/install.go b/routers/install.go index 38b9830cc4..6fa7c12a13 100644 --- a/routers/install.go +++ b/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)